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
Traceback (most recent call last):
File "train.py", line 16, in<module>
from models import build_model
File "/Github/relationformer/models/__init__.py", line 3, in<module>
from .swin_transformer_3D import build_swin_transformer
ModuleNotFoundError: No module named 'models.swin_transformer_3D'
It seems the file swin_transformer_3D.py are missing:
Dear authors,
Thank you for making this code open-sourced. I followed the changes of #19 and created the training data.
Then I tried to run the
vessel_graph
example using the following command,and meet this error:
It seems the file
swin_transformer_3D.py
are missing:Could you please give me some suggestions?
Thank you.
The text was updated successfully, but these errors were encountered: