ENAS-pytorch
ENAS-pytorch copied to clipboard
Can you add an option to use or not use the GPU when calling PyTorch?
Otherwise, I will do it myself and check it in! Thanks for your time!
There is already this option. Just add --num_gpu 0 when running main.py in the console.