From 8566e01af97eb4a6234253962c6c6162b73d3c75 Mon Sep 17 00:00:00 2001 From: jieliang cai <975092674@qq.com> Date: Thu, 7 Jul 2022 12:41:20 +0000 Subject: [PATCH] update TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/README.md. --- .../MNIST_ID2481_for_TensorFlow2.X/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/README.md index 42959f171..837522b1a 100644 --- a/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/README.md @@ -94,7 +94,7 @@ pip3 install requirements.txt ## 数据集准备 -1. 用户需自行下载ml-1m训练数据集,应有如下结构 +1. 用户需自行下载MNIST训练数据集,应有如下结构 ``` dataset/ ├── mnist -- Gitee