-
Notifications
You must be signed in to change notification settings - Fork 843
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
Fix broken code #30
base: master
Are you sure you want to change the base?
Fix broken code #30
Conversation
There are some unnecessary logs that I had used for debugging. I shall remove those some time later |
Yo, i found out that your version at least works for me. But why did y change number of epochs and batch_size ? |
@Techmind I changed batch_size because I was getting out of memory error in GPU. So, reducing batch_size helped to overcome it. |
@akshay-ap thanks for the PR man saved me a lotta time debugging |
I opened tensorboard to check the result. I used arctic dataset. There are A and A_1 which are original sound. And B, B_1 have nothing. Why? |
Provide Pretrained weights of train2.py |
there is an error while running train1.py: ImportError: cannot import name preemphasis |
Can you please provide us the pretrained weights of train2 |
I have fixed all the issues with the code.
Now It runs successfully on my machine.
To run