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
Hi. I am trying now to run your code, but I meet some troubles. Firstly, I run clean_data.py for preparing data. Is my next step trainunet.py or vsnus.py? Both scripts have unresolved references to Wavenet and readDataset. Where can I find these packages? Thanks
The text was updated successfully, but these errors were encountered:
Hi. I am trying now to run your code, but I meet some troubles. Firstly, I run clean_data.py for preparing data. Is my next step trainunet.py or vsnus.py? Both scripts have unresolved references to Wavenet and readDataset. Where can I find these packages? Thanks
These packages are available under the /modelStructure and /Dataset directories respectively.
Try replacing the import statement lines with the following ones prefixed with the directory name:
from modelStructure.wavenet2 import Wavenet
from Dataset.readDataset3 import Dataset,Testset,RandomCrop,ToTensor
Hi. I am trying now to run your code, but I meet some troubles. Firstly, I run clean_data.py for preparing data. Is my next step trainunet.py or vsnus.py? Both scripts have unresolved references to Wavenet and readDataset. Where can I find these packages? Thanks
The text was updated successfully, but these errors were encountered: