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 have an error when try: torch.load("seg_tiny.pth"). This error below:
return super().find_class(mod_name, name)
ModuleNotFoundError: No module named 'losses'
The text was updated successfully, but these errors were encountered:
I have an error when try: torch.load("seg_tiny.pth"). This error below:
return super().find_class(mod_name, name)
ModuleNotFoundError: No module named 'losses'
The text was updated successfully, but these errors were encountered: