【发布时间】:2017-11-10 08:21:11
【问题描述】:
我知道 deeplearning4j 可以从 Keras (https://deeplearning4j.org/model-import-keras) 导入模型,但我对相反的方式感兴趣。因此,
- 有没有办法将 deeplearning4j 模型导出到 Keras?
这可以直接或通过某种方式转换使用 ModelSerializer https://deeplearning4j.org/modelpersistence 存储的模型)?特别是,我有兴趣在 keras.js (https://github.com/transcranial/keras-js) 中使用经过训练的模型。
【问题讨论】:
标签: keras deeplearning4j