TensorFlow2 动手训练模型和部署服务

Posted 诗雨时

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TensorFlow2 动手训练模型和部署服务相关的知识,希望对你有一定的参考价值。

TensorFlow 开发环境搭建

TensorFlow 数据导入与使用

使用 tf.data.Dataset.from_tensor_slices 加载 List

使用 tf.data.Dataset.from_generator 加载 Generator

使用 tf.data.TextLineDataset 加载文本

使用 tf.keras.datasets 加载数据

使用  tf.keras 管理 Sequential 模型

使用 tf.keras 管理 functional API

Fashion MNIST 数据集介绍

使用 TensorFlow2 训练分类网络

以上是关于TensorFlow2 动手训练模型和部署服务的主要内容,如果未能解决你的问题,请参考以下文章

Tensorflow Serving 初探

TensorFlow2.0构架

81TensorFlow 2 模型部署方法实践--TensorFlow Serving 部署模型

机器学习门槛都这么低了……点点鼠标就能训练模型和部署服务

部署深度学习模型时的全流程加密方案探索

物体检测快速入门系列 | 01-基于Tensorflow2.x Object Detection API构建自定义物体检测器