You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
write-rnn-tensorflow/model.py", line 50, in __init__
self.final_state = states[-1]
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/array_ops.py", line 124, in _SliceHelper
raise NotImplementedError("Negative indices are currently unsupported")
NotImplementedError: Negative indices are currently unsupported
It seems the tensorflow lib has been changed !
The text was updated successfully, but these errors were encountered:
whew, glad I am not alone on this. I also had this error today with tensor flow 0.7.1
I found this message that also makes it looks like things have changed:
It seems the tensorflow lib has been changed !
The text was updated successfully, but these errors were encountered: