Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- phosphobot
|
5 |
+
- gr00t
|
6 |
+
task_categories:
|
7 |
+
- robotics
|
8 |
+
---
|
9 |
+
|
10 |
+
# gr00t Model - phospho Training Pipeline
|
11 |
+
|
12 |
+
|
13 |
+
## Error Traceback
|
14 |
+
We faced an issue while training your model.
|
15 |
+
|
16 |
+
```
|
17 |
+
Traceback (most recent call last):
|
18 |
+
File "/root/src/helper.py", line 224, in predict
|
19 |
+
raise RuntimeError(error_msg)
|
20 |
+
RuntimeError: Training process failed with exit code 1:
|
21 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
22 |
+
File "/workspace/gr00t/data/dataset.py", line 644, in get_video
|
23 |
+
trajectory_index = self.get_trajectory_index(trajectory_id)
|
24 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
25 |
+
File "/workspace/gr00t/data/dataset.py", line 557, in get_trajectory_index
|
26 |
+
raise ValueError(
|
27 |
+
ValueError: Error finding trajectory index for 0, found trajectory_indices=array([0, 1])
|
28 |
+
|
29 |
+
|
30 |
+
0%| | 0/360 [00:01<?, ?it/s]
|
31 |
+
|
32 |
+
During handling of the above exception, another exception occurred:
|
33 |
+
|
34 |
+
Traceback (most recent call last):
|
35 |
+
File "/root/src/helper.py", line 226, in predict
|
36 |
+
raise RuntimeError(e)
|
37 |
+
RuntimeError: Training process failed with exit code 1:
|
38 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
39 |
+
File "/workspace/gr00t/data/dataset.py", line 644, in get_video
|
40 |
+
trajectory_index = self.get_trajectory_index(trajectory_id)
|
41 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
42 |
+
File "/workspace/gr00t/data/dataset.py", line 557, in get_trajectory_index
|
43 |
+
raise ValueError(
|
44 |
+
ValueError: Error finding trajectory index for 0, found trajectory_indices=array([0, 1])
|
45 |
+
|
46 |
+
|
47 |
+
0%| | 0/360 [00:01<?, ?it/s]
|
48 |
+
|
49 |
+
```
|
50 |
+
|
51 |
+
|
52 |
+
## Training parameters:
|
53 |
+
|
54 |
+
- **Dataset**: [zedlika/Dataset1Zed](https://huggingface.co/datasets/zedlika/Dataset1Zed)
|
55 |
+
- **Wandb run URL**: None
|
56 |
+
- **Epochs**: 10
|
57 |
+
- **Batch size**: 64
|
58 |
+
- **Training steps**: 353
|
59 |
+
|
60 |
+
📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=replicate_groot_training_pipeline)
|
61 |
+
|
62 |
+
🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=replicate_groot_training_pipeline)
|