Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- phosphobot
|
5 |
+
- gr00t
|
6 |
+
- replicate
|
7 |
+
task_categories:
|
8 |
+
- robotics
|
9 |
+
---
|
10 |
+
# Gr00t Model - phospho Training Pipeline
|
11 |
+
|
12 |
+
# Error Traceback
|
13 |
+
|
14 |
+
We faced an issue while training your model.
|
15 |
+
|
16 |
+
```
|
17 |
+
Training process failed with exit code 1:
|
18 |
+
self.container = av.open(src, metadata_errors="ignore")
|
19 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
20 |
+
File "av/container/core.pyx", line 420, in av.container.core.open
|
21 |
+
File "av/container/core.pyx", line 266, in av.container.core.Container.__cinit__
|
22 |
+
File "av/container/core.pyx", line 286, in av.container.core.Container.err_check
|
23 |
+
File "av/error.pyx", line 326, in av.error.err_check
|
24 |
+
av.error.FileNotFoundError: [Errno 2] No such file or directory: '/tmp/outputs/data/videos/chunk-000/observation.images.secondary_0/episode_000001.mp4'
|
25 |
+
|
26 |
+
|
27 |
+
0%| | 0/7877 [00:03<?, ?it/s]
|
28 |
+
```
|
29 |
+
|
30 |
+
Training parameters:
|
31 |
+
- **Dataset**: [ssaito/actual25](https://huggingface.co/datasets/ssaito/actual25)
|
32 |
+
- **Wandb run URL**: None
|
33 |
+
- **Epochs**: 20
|
34 |
+
- **Batch size**: 64
|
35 |
+
- **Training steps**: 7877
|
36 |
+
|
37 |
+
More:
|
38 |
+
|
39 |
+
- 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=replicate)
|
40 |
+
|
41 |
+
- 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=replicate)
|
42 |
+
|
43 |
+
- 🔗 **Explore on Replicate**: [Replicate](https://replicate.com/phospho-app/gr00t-policy)
|