hans / hans/ipython-notebooks

Issue with seq2seq using the TF tutorial

Open
#1 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
149
Forks
44
PR merge metrics
No merged PRs in 30d

Description

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 assert_has_rank(self, rank)
596 """
597 if self.ndims not in (None, rank):
--> 598 raise ValueError("Shape %s must have rank %d" % (self, rank))
599
600 def with_rank(self, rank):

ValueError: Shape (?, 100) must have rank 1
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.