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
I used 4 pieces of 4090 to train the model, and I set the bathc_size as 1 in the file of ./config/base/surroundocc.py. However, the memory is still not enough. I am not sure whether the changed batch_size is correct or not. How can I solve this problem?
The text was updated successfully, but these errors were encountered:
I only have 24GB VRAM. And I use the command of "CUDA_VISIBLE_DEVICES=0,1,2,3 python train.py --py-config config/nuscenes_gs25600_solid.py --work-dir out/nuscenes_gs25600_solid" to train the model.
I used 4 pieces of 4090 to train the model, and I set the bathc_size as 1 in the file of ./config/base/surroundocc.py. However, the memory is still not enough. I am not sure whether the changed batch_size is correct or not. How can I solve this problem?
The text was updated successfully, but these errors were encountered: