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
seq2seq.py的第15行 Linear = rnn_cell_impl._Linear # pylint: disable=protected-access,invalid-name
The text was updated successfully, but these errors were encountered:
在文件前面粘贴下面代码 from tensorflow.contrib.rnn.python.ops import core_rnn_cell 然后 Linear =core_rnn_cell._Linear # pylint: disable=protected-access,invalid-name
Sorry, something went wrong.
thanks,got it! @yjyGo
非常感谢
No branches or pull requests
seq2seq.py的第15行
Linear = rnn_cell_impl._Linear # pylint: disable=protected-access,invalid-name
The text was updated successfully, but these errors were encountered: