roldanjorge commited on
Commit
159cf67
·
verified ·
1 Parent(s): 9117bcf

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. train_config.json +3 -3
config.json CHANGED
@@ -36,7 +36,7 @@
36
  "n_action_steps": 100,
37
  "vision_backbone": "resnet18",
38
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
39
- "replace_final_stride_with_dilation": false,
40
  "pre_norm": false,
41
  "dim_model": 512,
42
  "n_heads": 8,
 
36
  "n_action_steps": 100,
37
  "vision_backbone": "resnet18",
38
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
39
+ "replace_final_stride_with_dilation": 0,
40
  "pre_norm": false,
41
  "dim_model": 512,
42
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0041021a95a8cdf94650093a875829fb5c8b5a2ab9c355e3a608ea91a5c47a1
3
  size 206700792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e425e9ed0384176782be0a7985230c19edc1849eebc9137f4837c210f0df5d3
3
  size 206700792
train_config.json CHANGED
@@ -103,7 +103,7 @@
103
  "n_action_steps": 100,
104
  "vision_backbone": "resnet18",
105
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
106
- "replace_final_stride_with_dilation": false,
107
  "pre_norm": false,
108
  "dim_model": 512,
109
  "n_heads": 8,
@@ -123,11 +123,11 @@
123
  },
124
  "output_dir": "outputs/train/act_close_containers",
125
  "job_name": "act_close_containers_test",
126
- "resume": false,
127
  "seed": 1000,
128
  "num_workers": 4,
129
  "batch_size": 8,
130
- "steps": 5000,
131
  "eval_freq": 20000,
132
  "log_freq": 200,
133
  "save_checkpoint": true,
 
103
  "n_action_steps": 100,
104
  "vision_backbone": "resnet18",
105
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
106
+ "replace_final_stride_with_dilation": 0,
107
  "pre_norm": false,
108
  "dim_model": 512,
109
  "n_heads": 8,
 
123
  },
124
  "output_dir": "outputs/train/act_close_containers",
125
  "job_name": "act_close_containers_test",
126
+ "resume": true,
127
  "seed": 1000,
128
  "num_workers": 4,
129
  "batch_size": 8,
130
+ "steps": 10000,
131
  "eval_freq": 20000,
132
  "log_freq": 200,
133
  "save_checkpoint": true,