Convert Keras model to TensorFlow protobuf

后端 未结 5 1229
盖世英雄少女心
盖世英雄少女心 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

    Make sure you change the learning phase of keras backend to store proper values of the layers (like dropout or batch normalization). Here is a discussion about it.

提交回复
热议问题