opendilab / LMDrive

[CVPR 2024] LMDrive: Closed-Loop End-to-End Driving with Large Language Models
Apache License 2.0
522 stars 48 forks source link

Training Issues #51

Open Allvey opened 1 month ago

Allvey commented 1 month ago

Thank you for your excellent work! I have some trouble with training: I tried to install slurm for cluster job scheduling, but unfortunately many attempts failed. So, what we want to know is if there is any impact on training if we don't use the srun command, but execute the training script directly (for example perform ./distributed_pretrain.sh 8 '/path/to/your/dataset' ... in pre-training stage)?

deepcs233 commented 1 month ago

Hi! Executing the training script without slurm is ok and doesn't affect the performance.