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

modify rnn_train.py script, vad_gru and denoise_gru will use relu as … #125

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

Conversation

pyu1538
Copy link
Contributor

@pyu1538 pyu1538 commented Jun 5, 2020

…activation, so it matches the paper

@tracek
Copy link

tracek commented Jun 7, 2020

Doing so will prevent the kernel from using cuDNN version of GRU, defaulting to the generic implementation. That in turn will severely slow down the training (assuming you're using GPU for the training).

@pyu1538
Copy link
Contributor Author

pyu1538 commented Jun 10, 2020

Doing so will prevent the kernel from using cuDNN version of GRU, defaulting to the generic implementation. That in turn will severely slow down the training (assuming you're using GPU for the training).

Got it.
I trained it without GPU, so I didn't feel slow down. RNNoise demo is also trained by "relu", it's better to use exact same model for comparison.

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.

None yet

2 participants