LegrandFrederic commited on
Commit
a9182e3
·
verified ·
1 Parent(s): 2e0734f

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
+ raise ValueError(
19
+ ValueError: One or several timestamps unexpectedly violate the tolerance inside episode range.
20
+ This might be due to synchronization issues during data collection.
21
+
22
+ [{'diff': np.float32(-9.3),
23
+ 'episode_index': 30,
24
+ 'timestamps': [np.float32(9.3), np.float32(0.0)]}]
25
+ wandb:
26
+ wandb: 🚀 View run act at: https://wandb.ai/partyplanningcommittee/phospho-ACT/runs/zrb5nu3l
27
+ wandb: Find logs at: ../data/phospho-app/makingmusic-ACT_BBOX-first-ilc5e/1752336196.938776/wandb/run-20250712_180452-zrb5nu3l/logs
28
+ ```
29
+
30
+
31
+ ## Training parameters:
32
+
33
+ - **Dataset**: [phospho-app/first_bboxes](https://huggingface.co/datasets/phospho-app/first_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)