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 1:
|
18 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
19 |
+
File "/root/.pyenv/versions/3.11.10/lib/python3.11/site-packages/torch/nn/modules/normalization.py", line 217, in forward
|
20 |
+
return F.layer_norm(
|
21 |
+
^^^^^^^^^^^^^
|
22 |
+
File "/root/.pyenv/versions/3.11.10/lib/python3.11/site-packages/torch/nn/functional.py", line 2900, in layer_norm
|
23 |
+
return torch.layer_norm(
|
24 |
+
^^^^^^^^^^^^^^^^^
|
25 |
+
torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 288.00 MiB. GPU 0 has a total capacity of 79.15 GiB of which 209.62 MiB is free. Process 312612 has 78.94 GiB memory in use. Of the allocated memory 78.18 GiB is allocated by PyTorch, and 267.02 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)
|
26 |
+
|
27 |
+
0%| | 0/2735 [00:13<?, ?it/s]
|
28 |
+
```
|
29 |
+
|
30 |
+
Training parameters:
|
31 |
+
- **Dataset**: [lerobot/aloha_static_pro_pencil](https://huggingface.co/datasets/lerobot/aloha_static_pro_pencil)
|
32 |
+
- **Wandb run URL**: None
|
33 |
+
- **Epochs**: 20
|
34 |
+
- **Batch size**: 64
|
35 |
+
- **Training steps**: 2735
|
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)
|