Upload folder using huggingface_hub
Browse files- config.json +2 -2
- model.safetensors +1 -1
- train_config.json +3 -3
config.json
CHANGED
@@ -39,12 +39,12 @@
|
|
39 |
}
|
40 |
},
|
41 |
"device": "cuda",
|
42 |
-
"use_amp":
|
43 |
"chunk_size": 100,
|
44 |
"n_action_steps": 100,
|
45 |
"vision_backbone": "resnet18",
|
46 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
47 |
-
"replace_final_stride_with_dilation":
|
48 |
"pre_norm": false,
|
49 |
"dim_model": 512,
|
50 |
"n_heads": 8,
|
|
|
39 |
}
|
40 |
},
|
41 |
"device": "cuda",
|
42 |
+
"use_amp": true,
|
43 |
"chunk_size": 100,
|
44 |
"n_action_steps": 100,
|
45 |
"vision_backbone": "resnet18",
|
46 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
47 |
+
"replace_final_stride_with_dilation": 0,
|
48 |
"pre_norm": false,
|
49 |
"dim_model": 512,
|
50 |
"n_heads": 8,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 206701072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c90e63d9460ce01b604deac5fa959e6e9fdd4b450350ff43e9e0ac6a3883f52
|
3 |
size 206701072
|
train_config.json
CHANGED
@@ -106,12 +106,12 @@
|
|
106 |
}
|
107 |
},
|
108 |
"device": "cuda",
|
109 |
-
"use_amp":
|
110 |
"chunk_size": 100,
|
111 |
"n_action_steps": 100,
|
112 |
"vision_backbone": "resnet18",
|
113 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
114 |
-
"replace_final_stride_with_dilation":
|
115 |
"pre_norm": false,
|
116 |
"dim_model": 512,
|
117 |
"n_heads": 8,
|
@@ -131,7 +131,7 @@
|
|
131 |
},
|
132 |
"output_dir": "outputs/train/act_so100_test3",
|
133 |
"job_name": "act_so100_test3",
|
134 |
-
"resume":
|
135 |
"seed": 1000,
|
136 |
"num_workers": 4,
|
137 |
"batch_size": 16,
|
|
|
106 |
}
|
107 |
},
|
108 |
"device": "cuda",
|
109 |
+
"use_amp": true,
|
110 |
"chunk_size": 100,
|
111 |
"n_action_steps": 100,
|
112 |
"vision_backbone": "resnet18",
|
113 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
114 |
+
"replace_final_stride_with_dilation": 0,
|
115 |
"pre_norm": false,
|
116 |
"dim_model": 512,
|
117 |
"n_heads": 8,
|
|
|
131 |
},
|
132 |
"output_dir": "outputs/train/act_so100_test3",
|
133 |
"job_name": "act_so100_test3",
|
134 |
+
"resume": true,
|
135 |
"seed": 1000,
|
136 |
"num_workers": 4,
|
137 |
"batch_size": 16,
|