ipython-notebooks
ipython-notebooks copied to clipboard
Informal IPython experiments and tutorials. TensorFlow, machine learning/deep learning/RL, NLP applications.
First of all, I would like to thank you! Browsing around the net could not find a seq2seq model as clear as yours. Nonetheless, I believe there is a minor...
Would you have any ideas on what could be causing this? ``` magnitude = tf.sqrt(tf.reduce_sum(tf.square(dec_memory[1]))) tf.scalar_summary("magnitude at t=1", magnitude) Truncated Traceback (Use C-c C-x to view full TB): /usr/local/lib/python2.7/site-packages/tensorflow/python/framework/tensor_shape.pyc in...