You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
from utils import get_config, pytorch03_to_pytorch04
File "D:\Progetti\GAN cats\MUNIT\utils.py", line 5, in
from torch.utils.serialization import load_lua
ModuleNotFoundError: No module named 'torch.utils.serialization'
There is a workaround to use pytorch 1.1.0?
The text was updated successfully, but these errors were encountered:
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
from utils import get_config, pytorch03_to_pytorch04
File "D:\Progetti\GAN cats\MUNIT\utils.py", line 5, in
from torch.utils.serialization import load_lua
ModuleNotFoundError: No module named 'torch.utils.serialization'
There is a workaround to use pytorch 1.1.0?
The text was updated successfully, but these errors were encountered: