How to save estimator in Tensorflow for later use?

后端 未结 3 1674
没有蜡笔的小新
没有蜡笔的小新 2021-02-05 18:23

I followed the tutorial \"A Guide to TF Layers: Building a Convolutional Neural Network\" (here is the code: https://github.com/tensorflow/tensorflow/blob/r1.1/tensorflow/exampl

3条回答
  •  无人及你
    2021-02-05 18:49

    Estimator has an export_savedmodel member function for that purpose. You will find the docs here.

提交回复
热议问题