ncavallo commited on
Commit
cb0fb24
·
verified ·
1 Parent(s): 29aca9c

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
@@ -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:4f94ba2abf08e4a6ec7e76b32d14f4b0584b4dbe3ada4c3c4b1ce3da811bb22d
3
  size 206701064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07fe92ac0800bb10f33f7e65e406114446c970d5849071c6e111c2bc804bfee6
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,7 +128,7 @@
128
  },
129
  "output_dir": "outputs/train/act_moss_train_grasp_1",
130
  "job_name": "act_moss_train_grasp_1",
131
- "resume": false,
132
  "device": "cuda",
133
  "use_amp": false,
134
  "seed": 1000,
@@ -139,7 +139,7 @@
139
  "save_checkpoint": true,
140
  "save_freq": 100,
141
  "offline": {
142
- "steps": 210
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_1",
130
  "job_name": "act_moss_train_grasp_1",
131
+ "resume": true,
132
  "device": "cuda",
133
  "use_amp": false,
134
  "seed": 1000,
 
139
  "save_checkpoint": true,
140
  "save_freq": 100,
141
  "offline": {
142
+ "steps": 350
143
  },
144
  "online": {
145
  "steps": 0,