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构架

TensorFlow2.0教程-Keras 快速入门:用于构建和训练深度学习模型的高阶 API

在 Python 中,获取 tensorflow2 模型训练的图像大小?

TensorFlow2.0教程-使用keras训练模型

基于Tensorflow2.x低阶API搭建神经网络模型并训练及解决梯度爆炸与消失方法实践