Instructions to use StrongRoboticsLab/pi05-so100-diverse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use StrongRoboticsLab/pi05-so100-diverse with LeRobot:
- Notebooks
- Google Colab
- Kaggle
bot commited on
Commit ·
58a716e
1
Parent(s): 132e80f
Import Path for checkpoint cleanup
Browse files
lerobot/src/lerobot/scripts/lerobot_train.py
CHANGED
|
@@ -18,7 +18,6 @@ import logging
|
|
| 18 |
import shutil
|
| 19 |
import time
|
| 20 |
from contextlib import nullcontext
|
| 21 |
-
from pathlib import Path
|
| 22 |
from pprint import pformat
|
| 23 |
from typing import Any
|
| 24 |
|
|
|
|
| 18 |
import shutil
|
| 19 |
import time
|
| 20 |
from contextlib import nullcontext
|
|
|
|
| 21 |
from pprint import pformat
|
| 22 |
from typing import Any
|
| 23 |
|