我知道 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 模型导出到 Keras,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/47218398/

    10-15 23:07