When i run the test.py i am having issue with loading the module. The module is in the same directory and the code also seems correct. What is going wrong ? please help.
seNet/dares.py", line 12, in <module>
from attention import PAM_Module
ModuleNotFoundError: No module named 'attention'
When i run the test.py i am having issue with loading the module. The module is in the same directory and the code also seems correct. What is going wrong ? please help.