-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels