Skip to content

NotImplementedException while trying to load VGG19 #1013

Closed
@individ2016

Description

@individ2016

I'm trying to load VGG19 model from https://huggingface.co/keras-io/VGG19 and get NotImplementedException in method Tensorflow.Keras.Saving.KerasObjectLoader._infer_inputs(int layer_node_id, bool convert_to_shapes = false)

help please)

code is simple:

var model = keras.models.load_model("./vgg19");
model.summary();

P.S. if it is important - im using SciSharp.TensorFlow.Redist-Windows-GPU package

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions