LegrandFrederic commited on
Commit
25536e1
·
verified ·
1 Parent(s): 0bbe1f7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ datasets: phospho-app/example_dataset_bboxes
4
+ library_name: phosphobot
5
+ pipeline_tag: robotics
6
+ model_name: act
7
+ tags:
8
+ - phosphobot
9
+ - act
10
+ task_categories:
11
+ - robotics
12
+ ---
13
+
14
+ # act model - 🧪 phosphobot training pipeline
15
+
16
+ - **Dataset**: [phospho-app/example_dataset_bboxes](https://huggingface.co/datasets/phospho-app/example_dataset_bboxes)
17
+ - **Wandb run id**: None
18
+
19
+
20
+ ## Error Traceback
21
+ We faced an issue while training your model.
22
+
23
+ ```
24
+ Training process failed with exit code 1:
25
+ response = fn(cfg, *args, **kwargs)
26
+ File "/usr/local/lib/python3.10/site-packages/lerobot/scripts/train.py", line 128, in train
27
+ dataset = make_dataset(cfg)
28
+ File "/usr/local/lib/python3.10/site-packages/lerobot/datasets/factory.py", line 90, in make_dataset
29
+ dataset = LeRobotDataset(
30
+ File "/usr/local/lib/python3.10/site-packages/lerobot/datasets/lerobot_dataset.py", line 492, in __init__
31
+ check_timestamps_sync(timestamps, episode_indices, ep_data_index_np, self.fps, self.tolerance_s)
32
+ File "/usr/local/lib/python3.10/site-packages/lerobot/datasets/utils.py", line 551, in check_timestamps_sync
33
+ mask[ignored_diffs] = False
34
+ IndexError: index 26292 is out of bounds for axis 0 with size 25549
35
+ ```
36
+
37
+
38
+ ## Training parameters
39
+
40
+ ```text
41
+ {
42
+ "batch_size": 100,
43
+ "steps": 10000,
44
+ "save_freq": 5000,
45
+ "target_detection_instruction": "black square motor Bus",
46
+ "image_key": "main",
47
+ "image_keys_to_keep": []
48
+ }
49
+ ```
50
+
51
+ 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=huggingface_readme)
52
+
53
+ 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=huggingface_readme)