-
Notifications
You must be signed in to change notification settings - Fork 109
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
Get error when initializing decoder initial state #16
Comments
I found out a solution
|
unsupported operand type(s) for -: 'float' and 'Flag' |
@jigyasa06 sorry i don't know how to solve .. maybe @jayparks might help |
hey @jayparks can you please see to this problem? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In seq2seq_model.py file,
I use bi-directional GRU for encoder but I got an error.
More specifically,in line 391, i got an error as follows
"TypeError: Tensor objects are not iterable when eager execution is not enabled. To iterate over this tensor use tf.map_fn."
I use tensorflow 1.7 How can I solve this problem?
In addition, why do have to initialize last decoder cell to zero state not encoder last state as preceding layer?
Thanks in advance
The text was updated successfully, but these errors were encountered: