From 81c3e0bb3388bbf8bc27b85dea85663f483a65c2 Mon Sep 17 00:00:00 2001 From: Tiger Date: Sun, 3 Jul 2022 12:45:18 -0600 Subject: [PATCH] modified the README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 616fe4a..537d11b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Training the full imagenet dataset (1k classes) needs a high computational resou > 1. download the mini-imagenet and tiny-imagenet easily and directly with only one line! ```python +from MLclf import MLclf MLclf.miniimagenet_download(Download=True) MLclf.tinyimagenet_download(Download=True) ```