Path: blob/master/site/zh-cn/addons/tutorials/time_stopping.ipynb
25118 views
Kernel: Python 3
Copyright 2020 The TensorFlow Authors.
In [ ]:
TensorFlow Addons 回调:TimeStopping
概述
此笔记本将演示如何使用 TensorFlow Addons 中的 TimeStopping 回调。
设置
In [ ]:
In [ ]:
导入并归一化数据
In [ ]:
构建简单的 MNIST CNN 模型
In [ ]:
简单的 TimeStopping 用法
In [ ]: