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
"Hello! Why do I get a ModuleNotFoundError: No module named 'cross_swin_transformer' when I run python train.py?"
The specific error is as follows.
Traceback (most recent call last): File "train.py", line 20, in <module> from pwclonet_model import pwc_model, get_loss File "/home/selfdriving/yinqian/DVLO/pwclonet_model.py", line 18, in <module> from cross_swin_transformer import Cross_BasicLayer ModuleNotFoundError: No module named 'cross_swin_transformer'
The text was updated successfully, but these errors were encountered:
"Hello! Why do I get a ModuleNotFoundError: No module named 'cross_swin_transformer' when I run python train.py?"
The specific error is as follows.
Traceback (most recent call last): File "train.py", line 20, in <module> from pwclonet_model import pwc_model, get_loss File "/home/selfdriving/yinqian/DVLO/pwclonet_model.py", line 18, in <module> from cross_swin_transformer import Cross_BasicLayer ModuleNotFoundError: No module named 'cross_swin_transformer'
The text was updated successfully, but these errors were encountered: