Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export deeplearning4j models to Keras

I know deeplearning4j can import models from Keras ( https://deeplearning4j.org/model-import-keras ), but I'm interested in the opposite way. Therefore,

  • is there any way to export deeplearning4j models to Keras?

This could be either directly or by somehow converting a model stored using the ModelSerializer https://deeplearning4j.org/modelpersistence )? In particular, I would be interested in using trained models in keras.js ( https://github.com/transcranial/keras-js ).

like image 284
godfatherofpolka Avatar asked Oct 28 '22 23:10

godfatherofpolka


1 Answers

Unfortunately not yet. We would be happy to take a pull request though!

like image 65
Adam Gibson Avatar answered Jan 02 '23 20:01

Adam Gibson