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 "python main.py --base configs/custom_vqgan.yaml -t True --gpus 0" to fine-tune a pretrained model on my own data, but it seems that it always train on my cpu, not gpu, how should I solve this problem? Thanks!
By the way, if I change the command into "python main.py --base configs/custom_vqgan.yaml -t True --gpus 0," just as says in README.md, I will got an error say that , error: argument --gpus: invalid int value: '0,'
The text was updated successfully, but these errors were encountered:
I used "python main.py --base configs/custom_vqgan.yaml -t True --gpus 0" to fine-tune a pretrained model on my own data, but it seems that it always train on my cpu, not gpu, how should I solve this problem? Thanks!
By the way, if I change the command into "python main.py --base configs/custom_vqgan.yaml -t True --gpus 0," just as says in README.md, I will got an error say that , error: argument --gpus: invalid int value: '0,'
The text was updated successfully, but these errors were encountered: