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 动手训练模型和部署服务的主要内容,如果未能解决你的问题,请参考以下文章