alias-free-gan
alias-free-gan copied to clipboard
ModuleNotFoundError: No module named 'torchtext.legacy'
Hi,
When resuming training from checkpoint, the following error raises:
ModuleNotFoundError: No module named 'torchtext.legacy'
Tried to install an older release of torchtext, but then this error pops up:
ImportError: cannot import name 'QuantStub' from 'torch.ao.quantization'
any clue how to solve this?