LegrandFrederic commited on
Commit
c5b34ae
·
verified ·
1 Parent(s): 06441d6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ datasets: base698/example_dataset
4
+ library_name: phosphobot
5
+ pipeline_tag: robotics
6
+ model_name: gr00t
7
+ tags:
8
+ - phosphobot
9
+ - gr00t
10
+ task_categories:
11
+ - robotics
12
+ ---
13
+
14
+ # gr00t model - 🧪 phosphobot training pipeline
15
+
16
+ - **Dataset**: [base698/example_dataset](https://huggingface.co/datasets/base698/example_dataset)
17
+ - **Wandb run id**: None
18
+
19
+
20
+ ## Error Traceback
21
+ We faced an issue while training your model.
22
+
23
+ ```
24
+ Traceback (most recent call last):
25
+ File "/root/src/helper.py", line 139, in train_gr00t_on_modal
26
+ trainer.train(
27
+ File "/root/phosphobot/am/gr00t.py", line 1215, in train
28
+ asyncio.run(
29
+ File "/opt/conda/lib/python3.11/asyncio/runners.py", line 190, in run
30
+ return runner.run(main)
31
+ ^^^^^^^^^^^^^^^^
32
+ File "/opt/conda/lib/python3.11/asyncio/runners.py", line 118, in run
33
+ return self._loop.run_until_complete(task)
34
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
35
+ File "/opt/conda/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
36
+ return future.result()
37
+ ^^^^^^^^^^^^^^^
38
+ File "/root/phosphobot/am/gr00t.py", line 1425, in _call_training_script
39
+ raise RuntimeError(error_msg)
40
+ RuntimeError: Training process failed with exit code 1:
41
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42
+ File "/workspace/gr00t/data/dataset.py", line 811, in get_data_by_modality
43
+ return self.get_video(trajectory_id, key, base_index)
44
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
45
+ File "/workspace/gr00t/data/dataset.py", line 679, in get_video
46
+ video_timestamp = timestamp[step_indices]
47
+ ~~~~~~~~~^^^^^^^^^^^^^^
48
+ IndexError: index 1090 is out of bounds for axis 0 with size 454
49
+
50
+ 0%| | 0/29390 [00:02<?, ?it/s]
51
+
52
+ ```
53
+
54
+
55
+ ## Training parameters
56
+
57
+ ```text
58
+ {
59
+ "validation_dataset_name": null,
60
+ "batch_size": 3,
61
+ "num_epochs": 10,
62
+ "save_steps": 1000,
63
+ "learning_rate": 0.0001,
64
+ "data_dir": "/tmp/outputs/data",
65
+ "validation_data_dir": "/tmp/outputs/validation_data",
66
+ "output_dir": "/tmp/outputs/train"
67
+ }
68
+ ```
69
+
70
+ 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=huggingface_readme)
71
+
72
+ 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=huggingface_readme)