I have run:
loaded_model = tf.keras.models.load_model('/content/drive/MyDrive/Urdu-Ocr/model_pb/')
and then want to see model summary by using:
print(loaded_model.summary())
but it gives:
AttributeError: 'AutoTrackable' object has no attribute 'summary'
Working with tensorflow 1.15.2 on google colab.