-
Notifications
You must be signed in to change notification settings - Fork 45
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
num_layers does't work #6
Comments
This code runs on python3 only. Could you plz upload your error message. As for the num_layers, you may print the model directly to have an insight into it. There's should be an |
error just say about except hidden[0] dose not match got.
ex: it will give me error like this: |
Well the GRU version supports only Line 39 in 0f4cf44
Actually we could stack CUDNN 's bulit in GRU for all the hidden states we need. Nice hint! |
sorry, I didn't read the code carefully. |
I'm going to raise a warning for this situation until the multi-layered version is ready. |
hi, I'm sorry to have your time again. I got other question. |
Well, since the actually PPL of |
Yeah, Index_linear can work well. but still a little bit higher than |
Hi, Eric. I failed to reproduce the PPL of 165 on my server, could you plz delete the |
I choose different num_layers params, but it still 1, and I rewrite code, give me lots of error.
The text was updated successfully, but these errors were encountered: