ipython-notebooks icon indicating copy to clipboard operation
ipython-notebooks copied to clipboard

Informal IPython experiments and tutorials. TensorFlow, machine learning/deep learning/RL, NLP applications.

Results 2 ipython-notebooks issues
Sort by recently updated
recently updated
newest added

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...