LegrandFrederic commited on
Commit
26bd362
·
verified ·
1 Parent(s): 8304406

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
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
35
+ File "/workspace/gr00t/data/dataset.py", line 717, in get_state_or_action
36
+ return self.retrieve_data_and_pad(
37
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
38
+ File "/workspace/gr00t/data/dataset.py", line 586, in retrieve_data_and_pad
39
+ raw_data = array[step_indices[~padding_positions]]
40
+ ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41
+ IndexError: index 409 is out of bounds for axis 0 with size 409
42
+
43
+ 0%| | 0/8330 [00:01<?, ?it/s]
44
+
45
+ ```
46
+
47
+
48
+ ## Training parameters:
49
+
50
+ - **Dataset**: [aleksih/Orange_cube_aleksi](https://huggingface.co/datasets/aleksih/Orange_cube_aleksi)
51
+ - **Wandb run URL**: None
52
+ - **Epochs**: 10
53
+ - **Batch size**: 49
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)