mshukor commited on
Commit
8f9e5a9
·
verified ·
1 Parent(s): 0868299

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +4 -7
  2. model.safetensors +2 -2
  3. train_config.json +58 -53
config.json CHANGED
@@ -13,7 +13,7 @@
13
  6
14
  ]
15
  },
16
- "observation.image": {
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
@@ -21,7 +21,7 @@
21
  640
22
  ]
23
  },
24
- "observation.image2": {
25
  "type": "VISUAL",
26
  "shape": [
27
  3,
@@ -38,11 +38,8 @@
38
  ]
39
  }
40
  },
41
- "use_env_state": true,
42
- "exclude_image_keys": "",
43
- "normalize_per_robot_type": false,
44
- "checkpoint_keys_mapping": "",
45
- "checkpoint_path": null,
46
  "chunk_size": 100,
47
  "n_action_steps": 100,
48
  "vision_backbone": "resnet18",
 
13
  6
14
  ]
15
  },
16
+ "observation.images.top": {
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
 
21
  640
22
  ]
23
  },
24
+ "observation.images.wrist": {
25
  "type": "VISUAL",
26
  "shape": [
27
  3,
 
38
  ]
39
  }
40
  },
41
+ "device": "cuda",
42
+ "use_amp": false,
 
 
 
43
  "chunk_size": 100,
44
  "n_action_steps": 100,
45
  "vision_backbone": "resnet18",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd3cf7fe786da11e39aec0905215e1ff1c1a99185e7686c39b13eff7fb4851c2
3
- size 206701040
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9ead2870d4c9eb91169e18444c559dc458d1408c182ed91ccc02967e1ed24c1
3
+ size 206701064
train_config.json CHANGED
@@ -1,39 +1,68 @@
1
  {
2
  "dataset": {
3
  "repo_id": "danaaubakirova/svla_so100_task1_v3",
 
4
  "episodes": null,
5
  "image_transforms": {
6
  "enable": false,
7
  "max_num_transforms": 3,
8
  "random_order": false,
9
- "transform_version": 0,
10
- "image_size": 256,
11
  "tfs": {
12
- "resize_with_pad": {
13
  "weight": 1.0,
14
- "type": "ResizeWithPad",
15
  "kwargs": {
16
- "size": [
17
- 256,
18
- 256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ]
20
  }
21
  }
22
  }
23
  },
24
- "local_files_only": true,
25
  "use_imagenet_stats": true,
26
- "video_backend": "pyav",
27
- "sampling_weights": null,
28
- "max_action_dim": null,
29
- "max_state_dim": null,
30
- "max_num_images": null,
31
- "max_image_dim": null,
32
- "train_on_all_features": false,
33
- "features_version": 0,
34
- "discard_first_n_frames": 0,
35
- "min_fps": 1,
36
- "max_fps": 100
37
  },
38
  "env": null,
39
  "policy": {
@@ -51,7 +80,7 @@
51
  6
52
  ]
53
  },
54
- "observation.image": {
55
  "type": "VISUAL",
56
  "shape": [
57
  3,
@@ -59,7 +88,7 @@
59
  640
60
  ]
61
  },
62
- "observation.image2": {
63
  "type": "VISUAL",
64
  "shape": [
65
  3,
@@ -76,11 +105,8 @@
76
  ]
77
  }
78
  },
79
- "use_env_state": true,
80
- "exclude_image_keys": "",
81
- "normalize_per_robot_type": false,
82
- "checkpoint_keys_mapping": "",
83
- "checkpoint_path": null,
84
  "chunk_size": 100,
85
  "n_action_steps": 100,
86
  "vision_backbone": "resnet18",
@@ -103,33 +129,17 @@
103
  "optimizer_weight_decay": 0.0001,
104
  "optimizer_lr_backbone": 1e-05
105
  },
106
- "output_dir": "/lustre/fswork/projects/rech/dyf/ugz83ue/logs/lerobot/lerobot_so100_v3_task_1_act_main_default",
107
  "job_name": "act",
108
  "resume": false,
109
- "overwrite": false,
110
- "device": "cuda",
111
- "use_amp": false,
112
  "seed": 1000,
113
  "num_workers": 4,
114
  "batch_size": 8,
 
115
  "eval_freq": 20000,
116
  "log_freq": 200,
117
  "save_checkpoint": true,
118
  "save_freq": 20000,
119
- "offline": {
120
- "steps": 100000
121
- },
122
- "online": {
123
- "steps": 0,
124
- "rollout_n_episodes": 1,
125
- "rollout_batch_size": 1,
126
- "steps_between_rollouts": null,
127
- "sampling_ratio": 0.5,
128
- "env_seed": null,
129
- "buffer_capacity": null,
130
- "buffer_seed_size": 0,
131
- "do_rollout_async": false
132
- },
133
  "use_policy_training_preset": true,
134
  "optimizer": {
135
  "type": "adamw",
@@ -153,13 +163,8 @@
153
  "disable_artifact": false,
154
  "project": "lerobot",
155
  "entity": null,
156
- "notes": null
157
- },
158
- "nccl_timeout": 9000,
159
- "gradient_accumulation_steps": 1,
160
- "torch_compile": false,
161
- "save_on_eval": false,
162
- "dataloader_drop_last": false,
163
- "eval_mse": false,
164
- "eval_mse_steps": -1
165
  }
 
1
  {
2
  "dataset": {
3
  "repo_id": "danaaubakirova/svla_so100_task1_v3",
4
+ "root": null,
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
8
  "max_num_transforms": 3,
9
  "random_order": false,
 
 
10
  "tfs": {
11
+ "brightness": {
12
  "weight": 1.0,
13
+ "type": "ColorJitter",
14
  "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
  ]
59
  }
60
  }
61
  }
62
  },
63
+ "revision": null,
64
  "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
 
 
 
 
 
 
 
 
 
 
66
  },
67
  "env": null,
68
  "policy": {
 
80
  6
81
  ]
82
  },
83
+ "observation.images.top": {
84
  "type": "VISUAL",
85
  "shape": [
86
  3,
 
88
  640
89
  ]
90
  },
91
+ "observation.images.wrist": {
92
  "type": "VISUAL",
93
  "shape": [
94
  3,
 
105
  ]
106
  }
107
  },
108
+ "device": "cuda",
109
+ "use_amp": false,
 
 
 
110
  "chunk_size": 100,
111
  "n_action_steps": 100,
112
  "vision_backbone": "resnet18",
 
129
  "optimizer_weight_decay": 0.0001,
130
  "optimizer_lr_backbone": 1e-05
131
  },
132
+ "output_dir": "/lustre/fswork/projects/rech/dyf/ugz83ue/logs/lerobot/lerobot_so100_v3_task_1_act_mainfix_default",
133
  "job_name": "act",
134
  "resume": false,
 
 
 
135
  "seed": 1000,
136
  "num_workers": 4,
137
  "batch_size": 8,
138
+ "steps": 100000,
139
  "eval_freq": 20000,
140
  "log_freq": 200,
141
  "save_checkpoint": true,
142
  "save_freq": 20000,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  "use_policy_training_preset": true,
144
  "optimizer": {
145
  "type": "adamw",
 
163
  "disable_artifact": false,
164
  "project": "lerobot",
165
  "entity": null,
166
+ "notes": null,
167
+ "run_id": null,
168
+ "mode": null
169
+ }
 
 
 
 
 
170
  }