Views
No views yet
Training process failed with exit code 1:
response = fn(cfg, *args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/lerobot/scripts/train.py", line 128, in train
dataset = make_dataset(cfg)
File "/usr/local/lib/python3.10/site-packages/lerobot/datasets/factory.py", line 90, in make_dataset
dataset = LeRobotDataset(
File "/usr/local/lib/python3.10/site-packages/lerobot/datasets/lerobot_dataset.py", line 492, in __init__
check_timestamps_sync(timestamps, episode_indices, ep_data_index_np, self.fps, self.tolerance_s)
File "/usr/local/lib/python3.10/site-packages/lerobot/datasets/utils.py", line 551, in check_timestamps_sync
mask[ignored_diffs] = False
IndexError: index 8675 is out of bounds for axis 0 with size 86551{
2 "batch_size": 100,
3 "steps": 10000,
4 "save_freq": 5000,
5 "target_detection_instruction": "red ball",
6 "image_key": "main",
7 "image_keys_to_keep": [
8 "secondary_0"
9 ]
10}