Convert Keras model to TensorFlow protobuf

后端 未结 5 1282
盖世英雄少女心
盖世英雄少女心 2021-02-02 11:33

We\'re currently training various neural networks using Keras, which is ideal because it has a nice interface and is relatively easy to use, but we\'d like to be able to apply t

5条回答
  •  自闭症患者
    2021-02-02 12:33

    This seems to be answered in "Keras as a simplified interface to TensorFlow: tutorial", posted on The Keras Blog by Francois Chollet.

    In particular, section II, "Using Keras models with TensorFlow".

提交回复
热议问题