LegrandFrederic commited on
Commit
47a2cdd
·
verified ·
1 Parent(s): a76b4d4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - phosphobot
5
+ - act
6
+ task_categories:
7
+ - robotics
8
+ ---
9
+
10
+ # act Model - phospho Training Pipeline
11
+
12
+
13
+ ## Error Traceback
14
+ We faced an issue while training your model.
15
+
16
+ ```
17
+ Training process failed with exit code 1:
18
+ self._decoder = create_decoder(source=source, seek_mode=seek_mode)
19
+ File "/opt/conda/envs/lerobot/lib/python3.10/site-packages/torchcodec/decoders/_decoder_utils.py", line 26, in create_decoder
20
+ return core.create_from_file(str(source), seek_mode)
21
+ File "/opt/conda/envs/lerobot/lib/python3.10/site-packages/torch/_ops.py", line 723, in __call__
22
+ return self._op(*args, **kwargs)
23
+ RuntimeError: Could not open input file: /__modal/volumes/vo-jpHx3K78b6s9tZZNuqKoXe/datasets/adungus/pick_items/videos/chunk-000/observation.images.main/episode_000075.mp4 No such file or directory
24
+
25
+ wandb:
26
+ wandb: 🚀 View run act at: https://wandb.ai/addverb/phospho-ACT/runs/b3fx4i04
27
+ wandb: Find logs at: ../data/phospho-app/adungus-ACT-pick_items-1/1752602129.52469/wandb/run-20250715_195551-b3fx4i04/logs
28
+ ```
29
+
30
+
31
+ ## Training parameters:
32
+
33
+ - **Dataset**: [adungus/pick_items](https://huggingface.co/datasets/adungus/pick_items)
34
+ - **Wandb run URL**: None
35
+ - **Epochs**: None
36
+ - **Batch size**: 60
37
+ - **Training steps**: 8000
38
+
39
+ 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=huggingface_readme)
40
+
41
+ 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=huggingface_readme)