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 have 4x Tesla V100 GPU 32GB. But when I train stage 1 use command "torchrun --nproc_per_node=4 --master_port=4321 basicsr/train.py -opt options/VQGAN_512_ds32_nearest_stage1.yml --launcher pytorch" I got CUDA out of memory ERROR
Refer to the paper I see the authors can train codeformer on V100. So how should I fix the opt yaml? or fix the code.
The text was updated successfully, but these errors were encountered:
I have 4x Tesla V100 GPU 32GB. But when I train stage 1 use command "torchrun --nproc_per_node=4 --master_port=4321 basicsr/train.py -opt options/VQGAN_512_ds32_nearest_stage1.yml --launcher pytorch" I got CUDA out of memory ERROR
Refer to the paper I see the authors can train codeformer on V100. So how should I fix the opt yaml? or fix the code.
The text was updated successfully, but these errors were encountered: