LegrandFrederic commited on
Commit
40007f2
·
verified ·
1 Parent(s): 03e3f06

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ datasets: Jeannot96/dataset_1
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**: [Jeannot96/dataset_1](https://huggingface.co/datasets/Jeannot96/dataset_1)
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
+ main()
26
+ File "/usr/local/lib/python3.10/site-packages/lerobot/scripts/train.py", line 291, in main
27
+ train()
28
+ File "/usr/local/lib/python3.10/site-packages/lerobot/configs/parser.py", line 225, in wrapper_inner
29
+ response = fn(cfg, *args, **kwargs)
30
+ File "/usr/local/lib/python3.10/site-packages/lerobot/scripts/train.py", line 128, in train
31
+ dataset = make_dataset(cfg)
32
+ File "/usr/local/lib/python3.10/site-packages/lerobot/datasets/factory.py", line 116, in make_dataset
33
+ dataset.meta.stats[key][stats_type] = torch.tensor(stats, dtype=torch.float32)
34
+ KeyError: 'observation.images.secondary_1'
35
+ ```
36
+
37
+
38
+ ## Training parameters
39
+
40
+ ```text
41
+ {
42
+ "batch_size": 26,
43
+ "steps": 8000,
44
+ "save_freq": 5000
45
+ }
46
+ ```
47
+
48
+ 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=huggingface_readme)
49
+
50
+ 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=huggingface_readme)