You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encounter the following issue when training with multiple dataset repo, modify the code to remove meta to workaround but then not compatible with single dataset.
Error executing job with overrides: ['dataset_repo_id=[astroyat/cube,astroyat/eval_cube]', 'policy=act_csv_real', 'env=so100_real', 'device=cuda']
Traceback (most recent call last):
File "/home/target/lerobot/lerobot/scripts/train.py", line 652, in train_cli
train(
File "/home/target/lerobot/lerobot/scripts/train.py", line 313, in train
offline_dataset = make_dataset(cfg)
File "/home/target/lerobot/lerobot/common/datasets/factory.py", line 114, in make_dataset
dataset.meta.stats[key][stats_type] = torch.tensor(stats, dtype=torch.float32)
AttributeError: 'MultiLeRobotDataset' object has no attribute 'meta'
Traceback (most recent call last):
File "/home/target/lerobot/lerobot/scripts/train.py", line 652, in train_cli
train(
File "/home/target/lerobot/lerobot/scripts/train.py", line 331, in train
dataset_stats=offline_dataset.meta.stats if not cfg.resume else None,
AttributeError: 'MultiLeRobotDataset' object has no attribute 'meta'
The text was updated successfully, but these errors were encountered:
Encounter the following issue when training with multiple dataset repo, modify the code to remove meta to workaround but then not compatible with single dataset.
DATA_DIR=data python lerobot/scripts/train.py
dataset_repo_id=[astroyat/cube,astroyat/eval_cube]
policy=act_csv_real
env=so100_real
hydra.run.dir=outputs/train/act_eval_cube
hydra.job.name=act_eval_cube
device=cuda
Error executing job with overrides: ['dataset_repo_id=[astroyat/cube,astroyat/eval_cube]', 'policy=act_csv_real', 'env=so100_real', 'device=cuda']
Traceback (most recent call last):
File "/home/target/lerobot/lerobot/scripts/train.py", line 652, in train_cli
train(
File "/home/target/lerobot/lerobot/scripts/train.py", line 313, in train
offline_dataset = make_dataset(cfg)
File "/home/target/lerobot/lerobot/common/datasets/factory.py", line 114, in make_dataset
dataset.meta.stats[key][stats_type] = torch.tensor(stats, dtype=torch.float32)
AttributeError: 'MultiLeRobotDataset' object has no attribute 'meta'
Traceback (most recent call last):
File "/home/target/lerobot/lerobot/scripts/train.py", line 652, in train_cli
train(
File "/home/target/lerobot/lerobot/scripts/train.py", line 331, in train
dataset_stats=offline_dataset.meta.stats if not cfg.resume else None,
AttributeError: 'MultiLeRobotDataset' object has no attribute 'meta'
The text was updated successfully, but these errors were encountered: