LegrandFrederic commited on
Commit
57c6b7f
·
verified ·
1 Parent(s): 26adbf9

Upload train_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. train_config.json +165 -0
train_config.json ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "phospho-app/test1_dataset_bboxes",
4
+ "root": "/__modal/volumes/vo-jpHx3K78b6s9tZZNuqKoXe/datasets/mxjon/test1_dataset_bboxes",
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": {
69
+ "type": "act",
70
+ "n_obs_steps": 1,
71
+ "normalization_mapping": {
72
+ "VISUAL": "MEAN_STD",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ },
76
+ "input_features": {
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 6
81
+ ]
82
+ },
83
+ "observation.environment_state": {
84
+ "type": "ENV",
85
+ "shape": [
86
+ 4
87
+ ]
88
+ }
89
+ },
90
+ "output_features": {
91
+ "action": {
92
+ "type": "ACTION",
93
+ "shape": [
94
+ 6
95
+ ]
96
+ }
97
+ },
98
+ "device": "cuda",
99
+ "use_amp": false,
100
+ "push_to_hub": false,
101
+ "repo_id": null,
102
+ "private": null,
103
+ "tags": null,
104
+ "license": null,
105
+ "chunk_size": 100,
106
+ "n_action_steps": 100,
107
+ "vision_backbone": "resnet18",
108
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
109
+ "replace_final_stride_with_dilation": false,
110
+ "pre_norm": false,
111
+ "dim_model": 512,
112
+ "n_heads": 8,
113
+ "dim_feedforward": 3200,
114
+ "feedforward_activation": "relu",
115
+ "n_encoder_layers": 4,
116
+ "n_decoder_layers": 1,
117
+ "use_vae": true,
118
+ "latent_dim": 32,
119
+ "n_vae_encoder_layers": 4,
120
+ "temporal_ensemble_coeff": null,
121
+ "dropout": 0.1,
122
+ "kl_weight": 10.0,
123
+ "optimizer_lr": 1e-05,
124
+ "optimizer_weight_decay": 0.0001,
125
+ "optimizer_lr_backbone": 1e-05
126
+ },
127
+ "output_dir": "/data/phospho-app/ACT_BBOX-test1_dataset-qwjchdwnyv/1756813561.722753",
128
+ "job_name": "testing-lion-ACT_BBOX-test1_dataset-qwjchdwnyv",
129
+ "resume": false,
130
+ "seed": 1000,
131
+ "num_workers": 4,
132
+ "batch_size": 100,
133
+ "steps": 10000,
134
+ "eval_freq": 20000,
135
+ "log_freq": 200,
136
+ "save_checkpoint": true,
137
+ "save_freq": 5000,
138
+ "use_policy_training_preset": true,
139
+ "optimizer": {
140
+ "type": "adamw",
141
+ "lr": 1e-05,
142
+ "weight_decay": 0.0001,
143
+ "grad_clip_norm": 10.0,
144
+ "betas": [
145
+ 0.9,
146
+ 0.999
147
+ ],
148
+ "eps": 1e-08
149
+ },
150
+ "scheduler": null,
151
+ "eval": {
152
+ "n_episodes": 50,
153
+ "batch_size": 50,
154
+ "use_async_envs": false
155
+ },
156
+ "wandb": {
157
+ "enable": false,
158
+ "disable_artifact": false,
159
+ "project": "phosphobot-ACT",
160
+ "entity": null,
161
+ "notes": null,
162
+ "run_id": "testing-lion-ACT_BBOX-test1_dataset-qwjchdwnyv",
163
+ "mode": null
164
+ }
165
+ }