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
{{ message }}
This repository was archived by the owner on May 22, 2023. It is now read-only.
Traceback (most recent call last):
File "eval_linear.py", line 35, in <module>
import models.vision_transformer as vits
File "/home/petteri/PycharmProjects/SSL_spectro/esvit/models/__init__.py", line 9, in <module>
from .cvt_v4_transformer import *
File "/home/petteri/PycharmProjects/SSL_spectro/esvit/models/cvt_v4_transformer.py", line 7, in <module>
from torch._six import container_abcs
ImportError: cannot import name 'container_abcs' from 'torch._six' (/home/petteri/PycharmProjects/SSL_spectro/ssl_spectro_venv/lib/python3.8/site-packages/torch/_six.py)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Getting the
container_abcs
errorSee e.g. qubvel-org/segmentation_models.pytorch#424
When trying to evaluate pretrained model:
The text was updated successfully, but these errors were encountered: