Skip to content

model.json Issue  #74

@NonlinearNimesh

Description

@NonlinearNimesh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions