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
Please use "configs/dataset/Nuscenes_map_cache_box.yaml" to configure the dataset, as that from "+exp=224x400". We do not support training with the default one.
直接运行python train.py 的时候 map_size: [8, 200, 200]会报错,需要修改为 map_size: [26, 200, 200]
而采用accelerate launch --mixed_precision fp16 --gpu_ids all --num_processes 8 tools/train.py
+exp=224x400 runner=8gpus的时候
map_size: [8, 200, 200]不会报错
请问这是为什么?
是因为train.py直接调用的是
configs/dataset/Nuscenes_cache.yaml
而ccelerate launch 调用的是
configs/dataset/Nuscenes_map_cache_box.yaml
的原因吗?
The text was updated successfully, but these errors were encountered: