Keras模型和Tensorflow估算器-模型响应处理

时间:2019-02-22 14:27:13

标签: python tensorflow keras tensorflow-estimator

在Keras中创建模型后,我使用model_to_estimator函数将其转换为Estimator。训练后,使用export_savedmodel函数保存模型。在转发模型之前,有什么方法可以处理模型提供的响应?我正在寻找一种与serving_input_receiver_fn函数中的export_savedmodel类似的解决方案,但我不想预处理输入,而是要处理模型输出。

0 个答案:

没有答案