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
In tf_danq.ipynb brnn = tf.contrib.layers.flatten(brnn)
The output from BDNN returns a tuple with the forward and backward outputs. Directly flattening causes an issues when inputting to the dense layer.
ValueError: The last dimension of the inputs to Dense should be defined. Found None.
Dense
None
The text was updated successfully, but these errors were encountered:
Hi @purvanshi , the notebook is broken for the time being, and we are working to fix it. Thanks!
Sorry, something went wrong.
嗨@purvanshi,笔记本暂时坏了,我们正在努力修复它。 谢谢!
Thank you for your work, I am very interested in this, I hope to be able to run the notebook, is this jupyter notebook fixed? Can I use it?
No branches or pull requests
In tf_danq.ipynb
brnn = tf.contrib.layers.flatten(brnn)
The output from BDNN returns a tuple with the forward and backward outputs. Directly flattening causes an issues when inputting to the dense layer.
ValueError: The last dimension of the inputs to
Dense
should be defined. FoundNone
.The text was updated successfully, but these errors were encountered: