IntelLabs / IntelNeuromorphicDNSChallenge

Intel Neuromorphic DNS Challenge
MIT License
127 stars 27 forks source link

ModuleNotFoundError: No module named 'audio_dataloader' #9

Closed kazi-m22 closed 1 year ago

kazi-m22 commented 1 year ago

While running train_sdnn.py i see this error. I did not find any audio_dataloader module in the files I downloaded from the repository of IntelNeuromorphicDNSChallenge. How do I get this module? I tried searching online but did not find this module.

kazi-m22 commented 1 year ago

I missed some files while searching. found the dataloader. never mind..

A-Telfer commented 1 year ago

Also had this issue while following the docs

Mvk122 commented 7 months ago

It's in the root directory of the repository, in the jupytr file, add the following:

import sys
sys.path.append('/path/to/your/root')