Closed obai-d closed 5 years ago
Correct, tensorflow.contrib
isn't in TensorFlow 2.x.
From https://www.tensorflow.org/guide/upgrade (mirror):
Because of TensorFlow 2.x module deprecations (for example, tf.flags and tf.contrib ), some changes can not be worked around by switching to compat.v1 .
Try using tensorflow==1.1.0
Thanks, will try that.
Running
neuroner --fetch_data=conll2003
gives me the following error.Apparently in TF2 'tensorflow.contrib' isn't there? Or is it a problem on my side?