Closed Michi-123 closed 4 years ago
Running !python train_resnet.py --help on Google Colab, I got message AttributeError: module 'tensorflow' has no attribute 'Dimension'
I don't know how to fix it.
Try running the code below before running to make sure that TensorFlow 1.x selected. 1.15.2
%tensorflow_version 1.x import tensorflow as tf print(tf.version)
Thank you so much!
Running
!python train_resnet.py --help on Google Colab, I got message AttributeError: module 'tensorflow' has no attribute 'Dimension'
I don't know how to fix it.