From 169a8bc64e55300189d74725bc080f87d91efb82 Mon Sep 17 00:00:00 2001 From: MaoXianxin Date: Tue, 27 Jul 2021 17:32:33 +0800 Subject: [PATCH] TensorFlow 2 quickstart for experts --- CV_Classification/TensorFlow 2 quickstart for experts.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CV_Classification/TensorFlow 2 quickstart for experts.md b/CV_Classification/TensorFlow 2 quickstart for experts.md index 94b5235..7dbb01e 100644 --- a/CV_Classification/TensorFlow 2 quickstart for experts.md +++ b/CV_Classification/TensorFlow 2 quickstart for experts.md @@ -124,4 +124,6 @@ for epoch in range(EPOCHS): ) ``` -The image classifier is now trained to ~98% accuracy on this dataset \ No newline at end of file +The image classifier is now trained to ~98% accuracy on this dataset + +代码链接: https://codechina.csdn.net/csdn_codechina/enterprise_technology/-/blob/master/CV_Classification/TensorFlow%202%20quickstart%20for%20experts.ipynb \ No newline at end of file -- GitLab