emgucv / emgutf

Emgu TF is a cross platform .Net wrapper for the Google Tensorflow library. Allows Tensorflow functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython.

Home Page:https://www.emgu.com/wiki/index.php/Emgu_TF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load .pb/.ckpt/.h5 file ? And how to convert from .pb/.ckpt to .h5 keras model ?

minhduc66532 opened this issue · comments

On official tensorflow site they use tf.saved_model.load() or something like that. But there is no such method found. Any ideas ?

Everything are working fine now. I read the example and managed to do it myself. Thank you