I wanted to run some code on CPU only on a GPU machine. Currently I have CUDA_VISIBLE_DEVICES= nvidia-docker ... but the model still will be copied to the GPU. Is t
CUDA_VISIBLE_DEVICES= nvidia-docker ...