LegrandFrederic commited on
Commit
f2e64b8
·
verified ·
1 Parent(s): 40b1d01

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
+ File "/lerobot/lerobot/configs/parser.py", line 227, in wrapper_inner
19
+ response = fn(cfg, *args, **kwargs)
20
+ File "/lerobot/lerobot/scripts/train.py", line 128, in train
21
+ dataset = make_dataset(cfg)
22
+ File "/lerobot/lerobot/common/datasets/factory.py", line 116, in make_dataset
23
+ dataset.meta.stats[key][stats_type] = torch.tensor(stats, dtype=torch.float32)
24
+ KeyError: 'observation.images.secondary_0'
25
+ wandb:
26
+ wandb: 🚀 View run act at: https://wandb.ai/partyplanningcommittee/phospho-ACT/runs/ai4bsar3
27
+ wandb: Find logs at: ../data/phospho-app/makingmusic-ACT_BBOX-second-9larg/1752339427.248482/wandb/run-20250712_185847-ai4bsar3/logs
28
+ ```
29
+
30
+
31
+ ## Training parameters:
32
+
33
+ - **Dataset**: [phospho-app/second_bboxes](https://huggingface.co/datasets/phospho-app/second_bboxes)
34
+ - **Wandb run URL**: None
35
+ - **Epochs**: None
36
+ - **Batch size**: 100
37
+ - **Training steps**: 10000
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)