Hello,
I'm trying to run example 2.10 in a Jupyter notebook (python 2.3), and I'm getting the following error message:
TypeError: DataType bool for attr 'T' not in list of allowed values: float32, float64, int32, int64, quint8, qint8, qint32
The stack trace (see attached) points to line 8:
saver = tf.train.Saver()
I also get the following error message before the stack trace:
Exception AssertionError: AssertionError() in <bound method InteractiveSession.__del__ of <tensorflow.python.client.session.InteractiveSession object at 0x105c4d0d0>> ignored
...however, I got that same message on another example that worked, so that may be a red herring.
Any ideas of what I'm doing wrong?
|