Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- phosphobot
|
5 |
+
- gr00t
|
6 |
+
- replicate
|
7 |
+
task_categories:
|
8 |
+
- robotics
|
9 |
+
---
|
10 |
+
# Gr00t Model - phospho Training Pipeline
|
11 |
+
|
12 |
+
# Error Traceback
|
13 |
+
|
14 |
+
We faced an issue while training your model.
|
15 |
+
|
16 |
+
```
|
17 |
+
Training process failed with exit code 2:
|
18 |
+
2025-04-23 03:43:12.222438: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
|
19 |
+
2025-04-23 03:43:12.223641: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
|
20 |
+
2025-04-23 03:43:12.229638: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
|
21 |
+
To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
|
22 |
+
2025-04-23 03:43:13.223290: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
|
23 |
+
โญโ Unrecognized options โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
|
24 |
+
โ Unrecognized options: --num-epochs --num-arms --num-cams โ
|
25 |
+
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
|
26 |
+
โ For full helptext, run gr00t_finetune.py --help โ
|
27 |
+
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
|
28 |
+
```
|
29 |
+
|
30 |
+
Training parameters:
|
31 |
+
- **Dataset**: [PLB/simple-lego-pickup-mono-2](https://huggingface.co/datasets/PLB/simple-lego-pickup-mono-2)
|
32 |
+
- **Wandb run URL**: None
|
33 |
+
- **Epochs**: 10
|
34 |
+
- **Batch size**: 64
|
35 |
+
- **Training steps**: 1208
|
36 |
+
|
37 |
+
More:
|
38 |
+
|
39 |
+
- ๐ **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=replicate)
|
40 |
+
|
41 |
+
- ๐ค **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=replicate)
|
42 |
+
|
43 |
+
- ๐ **Explore on Replicate**: [Replicate](https://replicate.com/phospho-app/gr00t-policy)
|