Closed SeekPoint closed 7 years ago
python3 -m babi_rnn.main --noload --task 3
qrn/my/tensorflow/rnn.py", line 459, in _assert_has_shape return logging_ops.Assert( AttributeError: module 'tensorflow.python.ops.logging_ops' has no attribute 'Assert'
change from tensorflow.python.ops.logging_ops to control_flow_ops.Assert can fix this
but another error raised
python3 -m babi_rnn.main --noload --task 3
qrn/my/tensorflow/rnn.py", line 459, in _assert_has_shape return logging_ops.Assert( AttributeError: module 'tensorflow.python.ops.logging_ops' has no attribute 'Assert'