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