cycleGAN-PyTorch icon indicating copy to clipboard operation
cycleGAN-PyTorch copied to clipboard

how to train the model on CPU ??

Open msiraj83 opened this issue 6 years ago • 1 comments

Currently the code use GPU by default. Can we train it by using CPU??

msiraj83 avatar Jul 05 '19 09:07 msiraj83

I hope you have figured out by now. You can do it using gpu_ids = ''(an empty string). Sorry for not getting back earlier. I'll also try to provide a new version of this code soon.

arnab39 avatar Apr 23 '20 14:04 arnab39