MUNIT
MUNIT copied to clipboard
ModuleNotFoundError: No module named 'torch.utils.serialization'
I use pytorch vers 1.1.0, that look haven't more the module torch.utils.serialization:
Traceback (most recent call last):
File "test.py", line 6, in
There is a workaround to use pytorch 1.1.0?
do you use Docker ? there is Dockerfile which can help you to create correct env
I uinstalled torchfile, imported it into utils.py then edited line 228 of that file to be vgglua = torchfile.load(os.path.join(model_dir, 'vgg16.t7'))