[Performance Issue]: h.5 isn't supported
Opened this issue · 5 comments
Naonao9527 commented
Brief Description
Unhandled exception. System.NotImplementedException: Model load of h5 format has not been supported. Please submit an issue to https://github.com/SciSharp/TensorFlow.NET/issues if it's needed.
Device and Context
.net8
tensorflow 2.150
win-X64
Benchmark
No response
Alternatives
No response
Hoai-Phong commented
Do you have a fix? @Naonao9527
Naonao9527 commented
not yet,I use tensorflow of python instead.
Hoai-Phong commented
@Naonao9527 can you share it with me?
I see net 6 only. net 8 not ok
Naonao9527 commented
The .h5 file was created by python,I wanted to load it in .net,Maybe it's the reason why it don't work.you can try it again in your computer.
Hoai-Phong commented
yes, my h5 file is also read from python, but when read through net 8, it has the same error.
I can't read h5 file from net