How to run the model on CPU? I want to generate an image of a rabbit but there is a problem after I set coda_on=False, mul_gpu=False and load pretrained models with map_location=torch.device('cpu'). I got almost gray images in "results" folder with some attributes that show this image is not empty as in example.
How to run the model on CPU? I want to generate an image of a rabbit but there is a problem after I set coda_on=False, mul_gpu=False and load pretrained models with map_location=torch.device('cpu'). I got almost gray images in "results" folder with some attributes that show this image is not empty as in example.