Closed DerrickXuNu closed 2 years ago
I believe you need to remove the data=nuscenes
in your command - the +experiment=...
overrides this for you
thanks a lot, that solve my problem. another question, what's the best way to switch from single gpu and multiple gpus?
As long as you have multiple GPUs pytorch lightning will automatically use all GPUs that are visible via the env variable CUDA_VISIBLE_DEVICES
Hi, when I try to run the follow command to train, an error throws out.
Error:
Did I input the wrong command? I didn't change the config.yaml and I only have 1 gpu.