Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -10,22 +10,9 @@ task_categories:
|
|
| 10 |
# act Model - phospho Training Pipeline
|
| 11 |
|
| 12 |
|
| 13 |
-
##
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
```
|
| 17 |
-
Training process failed with exit code 1:
|
| 18 |
-
exec(code, run_globals)
|
| 19 |
-
File "/lerobot/lerobot/scripts/train.py", line 288, in <module>
|
| 20 |
-
train()
|
| 21 |
-
File "/lerobot/lerobot/configs/parser.py", line 227, in wrapper_inner
|
| 22 |
-
response = fn(cfg, *args, **kwargs)
|
| 23 |
-
File "/lerobot/lerobot/scripts/train.py", line 128, in train
|
| 24 |
-
dataset = make_dataset(cfg)
|
| 25 |
-
File "/lerobot/lerobot/common/datasets/factory.py", line 116, in make_dataset
|
| 26 |
-
dataset.meta.stats[key][stats_type] = torch.tensor(stats, dtype=torch.float32)
|
| 27 |
-
KeyError: 'observation.images.secondary_0'
|
| 28 |
-
```
|
| 29 |
|
| 30 |
|
| 31 |
## Training parameters:
|
|
|
|
| 10 |
# act Model - phospho Training Pipeline
|
| 11 |
|
| 12 |
|
| 13 |
+
## This model was trained using **phospho**.
|
| 14 |
+
|
| 15 |
+
Training was successfull, try it out on your robot!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
## Training parameters:
|