如何導(dǎo)出estimator

2018-09-29 17:30 更新

tf.estimator.export

定義在:tensorflow/python/estimator/export/export_lib.py.

tf.estimator.export 是用來導(dǎo)出 estimator 的,并且該方法很實(shí)用.

class ClassificationOutput:表示分類頭的輸出.

class ExportOutput:表示可以服務(wù)的模型的輸出.

class PredictOutput:表示通用預(yù)測頭的輸出.

class RegressionOutput:表示回歸頭的輸出.

class ServingInputReceiver:一個 serve_input_receiver_fn 的返回類型.

函數(shù)

build_parsing_serving_input_receiver_fn(...):構(gòu)建一個 expect_input_receiver_fn 以提供 tf.Examples.

build_raw_serving_input_receiver_fn(...):構(gòu)建一個 serve_input_receiver_fn 期望的 feature Tensors.

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號