You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
I have been debugging for two days now. Please help :).
In the end, I found that if I do nothing in the encoder and just pass inputs to outputs and a fake simple state (I used zero bridge). The seq2seq run command will simply hang (process running but not doing anything). But if I added RNN call into it, it runs just fine.
What really bothers me is:
1> why I did not see any error message, even when I am in debug verbose level, I did not see any information. Could someone please let me know how to debug in this case in the future?
2> do I really need to have an RNN there?
Thanks
The text was updated successfully, but these errors were encountered:
melvinma
changed the title
Encoder with RNN
Program Hang because the Encoder with RNN
Apr 29, 2017
melvinma
changed the title
Program Hang because the Encoder with RNN
Program Hang because the Encoder without RNN
Apr 29, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have been debugging for two days now. Please help :).
In the end, I found that if I do nothing in the encoder and just pass inputs to outputs and a fake simple state (I used zero bridge). The seq2seq run command will simply hang (process running but not doing anything). But if I added RNN call into it, it runs just fine.
What really bothers me is:
1> why I did not see any error message, even when I am in debug verbose level, I did not see any information. Could someone please let me know how to debug in this case in the future?
2> do I really need to have an RNN there?
Thanks
The text was updated successfully, but these errors were encountered: