-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkitchenware-super-gradient-recipe.json
49 lines (49 loc) · 1.33 KB
/
kitchenware-super-gradient-recipe.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "kitchenware-super-gradient-starter",
"image": {
"name": "saturn-python-pytorch",
"version": "2022.06.01",
"owner": "saturncloud"
},
"description": "Use PyTorch & Super Gradient",
"environment_variables": {
"DASK_DISTRIBUTED__WORKER__DAEMON": "False",
"SATURN__JUPYTER_SETUP_DASK_WORKSPACE": "true"
},
"working_directory": "/home/jovyan/workspace/kitchenware-competition-starter",
"extra_packages": {
"pip": {
"requirements_txt": "torch\ndask-pytorch-ddp\nseaborn\nkaggle\nsuper_gradients==3.0.0\ngwpy\nalbumentations"
}
},
"git_repositories": [
{
"url": "[email protected]:DataTalksClub/kitchenware-competition-starter.git",
"path": "/home/jovyan/workspace/kitchenware-competition-starter",
"public": true,
"on_restart": "preserve changes",
"reference": null,
"reference_type": "branch"
}
],
"secrets": [
{
"location": "/home/jovyan/.kaggle/kaggle.json",
"type": "file",
"description": "",
"name": "kaggle"
}
],
"jupyter_server": {
"instance_type": "g4dnxlarge",
"disk_space": "10Gi",
"auto_shutoff": "1 hour",
"start_ssh": false,
"use_spot_instance": false,
"start_dind": false,
"self_destruct": false
},
"owner": "alexey",
"visibility": "owner",
"schema_version": "2022.08.01"
}