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

Fix broken code #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix broken code #30

wants to merge 1 commit into from

Conversation

akshay-ap
Copy link

@akshay-ap akshay-ap commented Mar 21, 2018

I have fixed all the issues with the code.
Now It runs successfully on my machine.
To run

python3 train1.py case1
python3 train2.py case1 case2
tensorboard --logdir="logdir"

@akshay-ap
Copy link
Author

There are some unnecessary logs that I had used for debugging. I shall remove those some time later

@Techmind
Copy link

Yo, i found out that your version at least works for me. But why did y change number of epochs and batch_size ?

@akshay-ap
Copy link
Author

akshay-ap commented May 3, 2018

@Techmind I changed batch_size because I was getting out of memory error in GPU. So, reducing batch_size helped to overcome it.
I changing number of epochs doesn't make any difference in program execution. I change number of epochs based on training needed.

@guang
Copy link
Contributor

guang commented Jun 7, 2018

@akshay-ap thanks for the PR man saved me a lotta time debugging

@asssssasssssin
Copy link

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?

@Harsh2040
Copy link

Provide Pretrained weights of train2.py

@thepyninja
Copy link

there is an error while running train1.py:

ImportError: cannot import name preemphasis

@Amey1109
Copy link

Amey1109 commented Mar 2, 2020

Provide Pretrained weights of train2.py

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?

Can you please provide us the pretrained weights of train2

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

Successfully merging this pull request may close these issues.

7 participants