Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +2 -2
- model.safetensors +2 -2
- train_config.json +3 -3
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- lerobot
|
| 9 |
- robotics
|
| 10 |
-
- diffusion
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
|
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
+
- diffusion
|
| 9 |
- lerobot
|
| 10 |
- robotics
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
config.json
CHANGED
|
@@ -59,9 +59,9 @@
|
|
| 59 |
"spatial_softmax_num_keypoints": 32,
|
| 60 |
"use_separate_rgb_encoder_per_camera": true,
|
| 61 |
"down_dims": [
|
| 62 |
-
256,
|
| 63 |
512,
|
| 64 |
-
1024
|
|
|
|
| 65 |
],
|
| 66 |
"kernel_size": 5,
|
| 67 |
"n_groups": 8,
|
|
|
|
| 59 |
"spatial_softmax_num_keypoints": 32,
|
| 60 |
"use_separate_rgb_encoder_per_camera": true,
|
| 61 |
"down_dims": [
|
|
|
|
| 62 |
512,
|
| 63 |
+
1024,
|
| 64 |
+
2048
|
| 65 |
],
|
| 66 |
"kernel_size": 5,
|
| 67 |
"n_groups": 8,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0f2859dc9f6329a3d35a473b4e86ea15c3979a326fc2828996ff4924e0281ff
|
| 3 |
+
size 1110597968
|
train_config.json
CHANGED
|
@@ -126,9 +126,9 @@
|
|
| 126 |
"spatial_softmax_num_keypoints": 32,
|
| 127 |
"use_separate_rgb_encoder_per_camera": true,
|
| 128 |
"down_dims": [
|
| 129 |
-
256,
|
| 130 |
512,
|
| 131 |
-
1024
|
|
|
|
| 132 |
],
|
| 133 |
"kernel_size": 5,
|
| 134 |
"n_groups": 8,
|
|
@@ -154,7 +154,7 @@
|
|
| 154 |
"scheduler_name": "cosine",
|
| 155 |
"scheduler_warmup_steps": 500
|
| 156 |
},
|
| 157 |
-
"output_dir": "/scratch/ameypore/runs/lerobot/
|
| 158 |
"job_name": "diffusion",
|
| 159 |
"resume": false,
|
| 160 |
"seed": 1000,
|
|
|
|
| 126 |
"spatial_softmax_num_keypoints": 32,
|
| 127 |
"use_separate_rgb_encoder_per_camera": true,
|
| 128 |
"down_dims": [
|
|
|
|
| 129 |
512,
|
| 130 |
+
1024,
|
| 131 |
+
2048
|
| 132 |
],
|
| 133 |
"kernel_size": 5,
|
| 134 |
"n_groups": 8,
|
|
|
|
| 154 |
"scheduler_name": "cosine",
|
| 155 |
"scheduler_warmup_steps": 500
|
| 156 |
},
|
| 157 |
+
"output_dir": "/scratch/ameypore/runs/lerobot/1298744/checkpoints",
|
| 158 |
"job_name": "diffusion",
|
| 159 |
"resume": false,
|
| 160 |
"seed": 1000,
|