LegrandFrederic commited on
Commit
b23bbb1
·
verified ·
1 Parent(s): 47590b0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 165, in predict
19
+ trainer.train(timeout_seconds=timeout_seconds)
20
+ File "/root/phosphobot/am/gr00t.py", line 1148, in train
21
+ asyncio.run(
22
+ File "/opt/conda/lib/python3.11/asyncio/runners.py", line 190, in run
23
+ return runner.run(main)
24
+ ^^^^^^^^^^^^^^^^
25
+ File "/opt/conda/lib/python3.11/asyncio/runners.py", line 118, in run
26
+ return self._loop.run_until_complete(task)
27
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
28
+ File "/opt/conda/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
29
+ return future.result()
30
+ ^^^^^^^^^^^^^^^
31
+ File "/root/phosphobot/am/gr00t.py", line 998, in run_gr00t_training
32
+ raise RuntimeError(error_msg)
33
+ RuntimeError: Training process failed with exit code 1:
34
+ File "/opt/conda/lib/python3.11/site-packages/torchvision/io/video_reader.py", line 167, in __init__
35
+ self.container = av.open(src, metadata_errors="ignore")
36
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
37
+ File "av/container/core.pyx", line 418, in av.container.core.open
38
+ File "av/container/core.pyx", line 283, in av.container.core.Container.__cinit__
39
+ File "av/container/core.pyx", line 303, in av.container.core.Container.err_check
40
+ File "av/error.pyx", line 424, in av.error.err_check
41
+ av.error.FileNotFoundError: [Errno 2] No such file or directory: '/tmp/outputs/data/videos/chunk-000/observation.images.secondary_0/episode_000037.mp4'
42
+
43
+ 0%| | 0/1130 [00:01<?, ?it/s]
44
+
45
+ ```
46
+
47
+
48
+ ## Training parameters:
49
+
50
+ - **Dataset**: [tatung/hybrid_gripper_paper_to_blackbox](https://huggingface.co/datasets/tatung/hybrid_gripper_paper_to_blackbox)
51
+ - **Wandb run URL**: None
52
+ - **Epochs**: 10
53
+ - **Batch size**: 107
54
+ - **Training steps**: None
55
+
56
+ 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=huggingface_readme)
57
+
58
+ 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=huggingface_readme)