Open purvanshi opened 6 years ago
Hi @purvanshi , the notebook is broken for the time being, and we are working to fix it. Thanks!
嗨@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?
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
.