LegrandFrederic commited on
Commit
a34c6c4
·
verified ·
1 Parent(s): 299f8a3

Upload train_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. train_config.json +168 -0
train_config.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "phospho-app/circle-box-bbact_bboxes",
4
+ "root": "/__modal/volumes/vo-5orm28H7kowpsUapdIMyip/datasets/PAphospho/circle-box-bbact_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
+ "observation.images.main": {
90
+ "type": "VISUAL",
91
+ "shape": [
92
+ 3,
93
+ 240,
94
+ 320
95
+ ]
96
+ }
97
+ },
98
+ "output_features": {
99
+ "action": {
100
+ "type": "ACTION",
101
+ "shape": [
102
+ 6
103
+ ]
104
+ }
105
+ },
106
+ "device": "cuda",
107
+ "use_amp": false,
108
+ "chunk_size": 100,
109
+ "n_action_steps": 100,
110
+ "vision_backbone": "resnet18",
111
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
112
+ "replace_final_stride_with_dilation": false,
113
+ "pre_norm": false,
114
+ "dim_model": 512,
115
+ "n_heads": 8,
116
+ "dim_feedforward": 3200,
117
+ "feedforward_activation": "relu",
118
+ "n_encoder_layers": 4,
119
+ "n_decoder_layers": 1,
120
+ "use_vae": true,
121
+ "latent_dim": 32,
122
+ "n_vae_encoder_layers": 4,
123
+ "temporal_ensemble_coeff": null,
124
+ "dropout": 0.1,
125
+ "kl_weight": 10.0,
126
+ "optimizer_lr": 1e-05,
127
+ "optimizer_weight_decay": 0.0001,
128
+ "optimizer_lr_backbone": 1e-05
129
+ },
130
+ "output_dir": "/data/phospho-app/PLB-ACT_BBOX-circle-box-bbact-idxdd/1749738671.595681",
131
+ "job_name": "act",
132
+ "resume": false,
133
+ "seed": 1000,
134
+ "num_workers": 4,
135
+ "batch_size": 100,
136
+ "steps": 5000,
137
+ "eval_freq": 20000,
138
+ "log_freq": 200,
139
+ "save_checkpoint": true,
140
+ "save_freq": 2000,
141
+ "use_policy_training_preset": true,
142
+ "optimizer": {
143
+ "type": "adamw",
144
+ "lr": 1e-05,
145
+ "weight_decay": 0.0001,
146
+ "grad_clip_norm": 10.0,
147
+ "betas": [
148
+ 0.9,
149
+ 0.999
150
+ ],
151
+ "eps": 1e-08
152
+ },
153
+ "scheduler": null,
154
+ "eval": {
155
+ "n_episodes": 50,
156
+ "batch_size": 50,
157
+ "use_async_envs": false
158
+ },
159
+ "wandb": {
160
+ "enable": true,
161
+ "disable_artifact": false,
162
+ "project": "phospho-ACT",
163
+ "entity": null,
164
+ "notes": null,
165
+ "run_id": null,
166
+ "mode": null
167
+ }
168
+ }