You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when i am loading the json file i am getting this below error AttributeError: module 'tensorflow.compat.v2.image' has no attribute 'resize_bilinear'
This is how i am loading the json file
from tensorflow.keras.models import model_from_json
with open("model.json", "r") as file:
model_json = file.read()
loaded_model = model_from_json(model_json)
Thanks
The text was updated successfully, but these errors were encountered:
Hi, when i am loading the json file i am getting this below error
AttributeError: module 'tensorflow.compat.v2.image' has no attribute 'resize_bilinear'
This is how i am loading the json file
Thanks
The text was updated successfully, but these errors were encountered: