Closed
Description
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
Labels
No labels