Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
tags:
|
| 4 |
+
- phosphobot
|
| 5 |
+
- act
|
| 6 |
+
task_categories:
|
| 7 |
+
- robotics
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# act Model - phospho Training Pipeline
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
## Error Traceback
|
| 14 |
+
We faced an issue while training your model.
|
| 15 |
+
|
| 16 |
+
```
|
| 17 |
+
Training process failed with exit code 1:
|
| 18 |
+
File "/opt/conda/envs/lerobot/lib/python3.10/site-packages/datasets/formatting/formatting.py", line 515, in format_column
|
| 19 |
+
formatted_batch = self.format_batch(pa_table)
|
| 20 |
+
File "/opt/conda/envs/lerobot/lib/python3.10/site-packages/datasets/formatting/formatting.py", line 536, in format_batch
|
| 21 |
+
return self.transform(batch)
|
| 22 |
+
File "/lerobot/lerobot/common/datasets/utils.py", line 272, in hf_transform_to_torch
|
| 23 |
+
items_dict[key] = [x if isinstance(x, str) else torch.tensor(x) for x in items_dict[key]]
|
| 24 |
+
File "/lerobot/lerobot/common/datasets/utils.py", line 272, in <listcomp>
|
| 25 |
+
items_dict[key] = [x if isinstance(x, str) else torch.tensor(x) for x in items_dict[key]]
|
| 26 |
+
RuntimeError: Could not infer dtype of NoneType
|
| 27 |
+
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
## Training parameters:
|
| 32 |
+
|
| 33 |
+
- **Dataset**: [phospho-app/data_first_12_07_bboxes](https://huggingface.co/datasets/phospho-app/data_first_12_07_bboxes)
|
| 34 |
+
- **Wandb run URL**: None
|
| 35 |
+
- **Epochs**: None
|
| 36 |
+
- **Batch size**: 10
|
| 37 |
+
- **Training steps**: 10000
|
| 38 |
+
|
| 39 |
+
📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=huggingface_readme)
|
| 40 |
+
|
| 41 |
+
🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=huggingface_readme)
|