Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run NNet training #1

Open
Mugaduka opened this issue Aug 15, 2019 · 1 comment
Open

How to run NNet training #1

Mugaduka opened this issue Aug 15, 2019 · 1 comment

Comments

@Mugaduka
Copy link

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

@conjius
Copy link

conjius commented Aug 16, 2019

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

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

No branches or pull requests

2 participants