SSD-GAN icon indicating copy to clipboard operation
SSD-GAN copied to clipboard

No module named 'torch._six'

Open farhadsh1992 opened this issue 1 year ago • 0 comments

When I run, I received error below,

from torch._six import PY3 ModuleNotFoundError: No module named 'torch._six'

by

from torch_mimicry.modules import losses

farhadsh1992 avatar Oct 02 '23 11:10 farhadsh1992