diff --git a/CV_Classification/Basic classification: Classify images of clothing.md b/CV_Classification/Basic classification: Classify images of clothing.md index bd4592be58c88f9a24801283dafa623a24beaa43..eb483d2cc323cdcb03d5697f6073c05757041acb 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