From e45252bede766717151b8641b1a1a0e1c2ac9016 Mon Sep 17 00:00:00 2001 From: MaoXianxin Date: Tue, 27 Jul 2021 15:32:40 +0800 Subject: [PATCH] Basic classification: Classify images of clothing --- .../Basic classification: Classify images of clothing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CV_Classification/Basic classification: Classify images of clothing.md b/CV_Classification/Basic classification: Classify images of clothing.md index bd4592b..eb483d2 100644 --- a/CV_Classification/Basic classification: Classify images of clothing.md +++ b/CV_Classification/Basic classification: Classify images of clothing.md @@ -165,4 +165,6 @@ Now predict the correct label for this image: predictions_single = probability_model.predict(img) print(predictions_single) -``` \ No newline at end of file +``` + +代码链接: https://codechina.csdn.net/csdn_codechina/enterprise_technology/-/blob/master/CV_Classification/Basic%20classification:%20Classify%20images%20of%20clothing.ipynb \ No newline at end of file -- GitLab