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
hello, I called part of your code including build_word_encoder and build_sent_encoder, but something went wrong, can you please help me?
here is my error(your DENSE_SIZE=100, and I use 64 as my DENSE_SIZE ):
tensorflow.python.framework.errors_impl.InvalidArgumentError: Inputs to operation bidirectional_3_1/while/Select of type Select must have the same size and shape. Input 0: [1,32768] != input 1: [1,64]
The text was updated successfully, but these errors were encountered:
hello, I called part of your code including build_word_encoder and build_sent_encoder, but something went wrong, can you please help me?
here is my error(your DENSE_SIZE=100, and I use 64 as my DENSE_SIZE ):
tensorflow.python.framework.errors_impl.InvalidArgumentError: Inputs to operation bidirectional_3_1/while/Select of type Select must have the same size and shape. Input 0: [1,32768] != input 1: [1,64]
The text was updated successfully, but these errors were encountered: