Instructions to use gaspardthrl/diffusing-tiny-ddim with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use gaspardthrl/diffusing-tiny-ddim with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -64,7 +64,7 @@
|
|
| 64 |
"vision_encoder_name": "openai/clip-vit-base-patch16",
|
| 65 |
"use_separate_rgb_encoder_per_camera": false,
|
| 66 |
"vision_encoder_lr_multiplier": 0.1,
|
| 67 |
-
"
|
| 68 |
320,
|
| 69 |
240
|
| 70 |
],
|
|
|
|
| 64 |
"vision_encoder_name": "openai/clip-vit-base-patch16",
|
| 65 |
"use_separate_rgb_encoder_per_camera": false,
|
| 66 |
"vision_encoder_lr_multiplier": 0.1,
|
| 67 |
+
"image_resize_shape": [
|
| 68 |
320,
|
| 69 |
240
|
| 70 |
],
|