ncavallo commited on
Commit
54088f6
·
verified ·
1 Parent(s): 5cf1083

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 +4 -4
config.json CHANGED
@@ -42,7 +42,7 @@
42
  "n_action_steps": 100,
43
  "vision_backbone": "resnet18",
44
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
45
- "replace_final_stride_with_dilation": false,
46
  "pre_norm": false,
47
  "dim_model": 512,
48
  "n_heads": 8,
 
42
  "n_action_steps": 100,
43
  "vision_backbone": "resnet18",
44
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
45
+ "replace_final_stride_with_dilation": 0,
46
  "pre_norm": false,
47
  "dim_model": 512,
48
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ebb3f9f39549b1b91a914c1d11d6e8f1c380b2d4a09cb2decb4fc0d1e89366b
3
  size 206701064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c9ab4193d18f3c440ee3952207c9c8dac646c7b87f22e18f1c51a3915b9f342
3
  size 206701064
train_config.json CHANGED
@@ -108,7 +108,7 @@
108
  "n_action_steps": 100,
109
  "vision_backbone": "resnet18",
110
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
111
- "replace_final_stride_with_dilation": false,
112
  "pre_norm": false,
113
  "dim_model": 512,
114
  "n_heads": 8,
@@ -128,18 +128,18 @@
128
  },
129
  "output_dir": "outputs/train/act_moss_train_grasp_new_1",
130
  "job_name": "act_moss_train_grasp_new_1",
131
- "resume": false,
132
  "device": "cuda",
133
  "use_amp": false,
134
  "seed": 1000,
135
  "num_workers": 4,
136
  "batch_size": 8,
137
  "eval_freq": 20000,
138
- "log_freq": 100,
139
  "save_checkpoint": true,
140
  "save_freq": 1000,
141
  "offline": {
142
- "steps": 5000
143
  },
144
  "online": {
145
  "steps": 0,
 
108
  "n_action_steps": 100,
109
  "vision_backbone": "resnet18",
110
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
111
+ "replace_final_stride_with_dilation": 0,
112
  "pre_norm": false,
113
  "dim_model": 512,
114
  "n_heads": 8,
 
128
  },
129
  "output_dir": "outputs/train/act_moss_train_grasp_new_1",
130
  "job_name": "act_moss_train_grasp_new_1",
131
+ "resume": true,
132
  "device": "cuda",
133
  "use_amp": false,
134
  "seed": 1000,
135
  "num_workers": 4,
136
  "batch_size": 8,
137
  "eval_freq": 20000,
138
+ "log_freq": 500,
139
  "save_checkpoint": true,
140
  "save_freq": 1000,
141
  "offline": {
142
+ "steps": 15000
143
  },
144
  "online": {
145
  "steps": 0,