Jul 28, 2020 · I have got the same issue, i got a pth file, converted it into onnx and from there i converted it into .pb format which gives me a folder. i tried tf.keras.models.load_model but after i try to see a summary, it shows me the _UserObject object has no attribute summary. Please help.
28.07.2020 · Hello, I'm trying to load a ssd_resnet50_v1_fpn_640x640_coco17_tpu-8 I just fine tuned but I'm coming across this error: '_UserObject' object has no attribute 'summary' Here are the 4 lines of code I have; import tensorflow as tf model_d...
Ask questions '_UserObject' object has no attribute 'summary' Hello, I'm trying to load a ssd_resnet50_v1_fpn_640x640_coco17_tpu-8 I just fine tuned but I'm coming across this error: '_UserObject' object has no attribute 'summary'
Also, getting error while to see model summary. AttributeError: '_UserObject' object has no attribute 'summary'. I am attaching Jupyter notebook and TF ...
I ran in to the same issue. Using the savedmodel.pb from the object detection api. Tried tf.savedmodel.load as well as tf.keras.models.load_model. Both gave this error: AttributeError: '_UserObject' object has no attribute 'summary'
17.03.2019 · [TF2.2] Loading a Saved Model from tensorflow_hub failed with AttributeError: '_UserObject' object has no attribute 'summary' #40392 Closed Sign up for free to join this conversation on GitHub .
Jun 11, 2020 · [TF2.2] Loading a Saved Model from tensorflow_hub failed with AttributeError: '_UserObject' object has no attribute 'summary' #40392 kinos9 opened this issue Jun 11, 2020 · 12 comments Assignees
20.01.2021 · [TF2.2] Loading a Saved Model from tensorflow_hub failed with AttributeError: '_UserObject' object has no attribute 'summary' tensorflow/tensorflow#40392 Closed Copy link
Mar 17, 2019 · [TF2.2] Loading a Saved Model from tensorflow_hub failed with AttributeError: '_UserObject' object has no attribute 'summary' #40392 Closed Sign up for free to join this conversation on GitHub .
Jan 20, 2021 · [TF2.2] Loading a Saved Model from tensorflow_hub failed with AttributeError: '_UserObject' object has no attribute 'summary' tensorflow/tensorflow#40392 Closed Copy link
05.01.2022 · AttributeError: '_UserObject' object has no attribute 'summary' Tried printing the data type of the model and got following whereas it was a sequential keras model when I had saved it: <class 'tensorflow.python.saved_model.load.Loader._recreate_base_user_object.<locals>._UserObject'> …
Jul 31, 2020 · This are my imports: import tensorflow as tf import keras from keras.models import Sequential, Model from keras.layers import Conv2D, Flatten, MaxPooling2D, Dense, Input, Reshape, Concatenate,
11.06.2020 · [TF2.2] Loading a Saved Model from tensorflow_hub failed with AttributeError: '_UserObject' object has no attribute 'summary' #40392 kinos9 opened this issue Jun 11, 2020 · 12 comments Assignees
I ran in to the same issue. Using the savedmodel.pb from the object detection api. Tried tf.savedmodel.load as well as tf.keras.models.load_model. Both gave this error: AttributeError: '_UserObject' object has no attribute 'summary'