Keras TensorFlow importer: can't upload weights from .h5 file using importKerasNetwork.

조회 수: 6 (최근 30일)
Hi, I have a .h5 file with a Keras TensorFlow model that was built using Sequential API. The model is carrying weights, and though Layers are being succesfully uploaded through importKerasNetwork() function, I can't seem to upload the weights with it.
What could I be doing wrong? Is there a way to debug this issue?
I tried this:
test_1=importKerasNetwork('myFile.h5')
And
test_2=importKerasNetwork('myFile.h5', 'WeightFile', 'myFile.h5')
No success whatsover.
Would it be recommendable to have the layers in an JSON file and the weights in a .h5 file?
Thanks in advance for all the help.
  댓글 수: 5
Don Mathis
Don Mathis 2019년 2월 26일
Darci, if you're using R2018b, you can download the latest version of the keras importer. There was an update in the last month or so. 'binary_crossentropy' is supported now. The placeholder layers should contain the weights, inside the KerasConfiguration field. Unfortunately, Conv1D is not yet supported by the importer.
José Luis Sandoval
José Luis Sandoval 2020년 5월 24일
I have a similar problem:
>> detetor
Warning: File 'resnet50_pascal_cards_inference.h5' was saved in Keras version '2.3.1'. Import of Keras versions newer than
'2.2.4' is not yet supported. The imported model may not exactly match the model saved in the Keras file.
Error using importKerasNetwork (line 94)
Unable to import network. Weight sharing is not yet supported.
Error in detetor (line 65)
net = importKerasNetwork(modelfile,'OutputLayerType','classification','ClassNames',classNames);

댓글을 달려면 로그인하십시오.

채택된 답변

Don Mathis
Don Mathis 2019년 2월 8일
편집: Don Mathis 2019년 2월 8일
It works for me when I use the latest R2018b update of the tensorflow-keras importer. What version of MATLAB are you using? And do you get an error message?
I get the attached network in MATLAB.
  댓글 수: 6
Gopal Rao Netrakanti
Gopal Rao Netrakanti 2020년 11월 9일
Should we revert to R2018b (doesn't make sense)? I am having the same error in 2019b.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

제품


릴리스

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by