We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dssm/dssm_rnn.py
Line 78 in eefe42e
The text was updated successfully, but these errors were encountered:
dssm/dssm_rnn.py Line 78 in eefe42e stacked_gru_bw = tf.contrib.rnn.MultiRNNCell([cell_fw], state_is_tuple=True) 这行应该写错了,bw这个没有用上
这行应该写错了,bw这个没有用上
整体代码是可以run的。 这一段代码没有用到,ps: 这个开始是准备用stack rnn进行实验,后来拖了。。。
Sorry, something went wrong.
No branches or pull requests
dssm/dssm_rnn.py
Line 78 in eefe42e
这行应该写错了,bw这个没有用上
The text was updated successfully, but these errors were encountered: