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 ).