Skip to content

Conversation

@ZBX05
Copy link

@ZBX05 ZBX05 commented Apr 8, 2024

Code in file "Attention-SNN/MA_SNN/DVSGestures/Att_SNN_CNN.py", line 5 caused "ModuleNotFoundError: No module named 'DVSGestures'". This commitment fix this bug by adjusting the directory appended to "sys.path".

Before:

sys.path.append(os.path.dirname("__file__"))

Now:

sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))

ZBX05 and others added 6 commits April 7, 2024 17:05
Code `sys.path.append(os.path.dirname("__file__"))` in file "Attention-SNN/MA_SNN/DVSGestures/Att_SNN_CNN.py", line 5 caused "ModuleNotFoundError: No module named 'DVSGestures'". This commitment fix this bug by adjusting the directory appended to "sys.path".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant