microsoft / ELL

Embedded Learning Library
https://microsoft.github.io/ELL
Other
2.29k stars 295 forks source link

keras model importer? #10

Open Botship opened 7 years ago

Botship commented 7 years ago

In the tools/importer, there is CNTK and Darknet only. Keras is one of most popular toolkit, any plans or suggestions on how to import models trained using Keras?

hwchong commented 7 years ago

CNTK has support for Keras (beta at this stage). You should be able to import a Keras model and convert it to a CNTK model?

https://docs.microsoft.com/en-us/cognitive-toolkit/Using-CNTK-with-Keras

jacobmanning commented 7 years ago

Anyone find a reliable way to convert a Keras model to CNTK format? I haven't had any luck