From de767ca5bc0ea27d04f188cc7d666bc4622a2416 Mon Sep 17 00:00:00 2001 From: Yuxiang Wang Date: Thu, 30 Nov 2023 23:37:15 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5ccf35..32775f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # vision_models -Recognizing the need for more accessible alternatives to large pretrained vision models on imagenet, this repo aims to provide models pretrained on smaller datasets like MNIST and CIFAR10. These models are designed to be lighter and more manageable, facilitating quick experimentation and integration into projects where resources are limited. +Recognizing the need for more accessible alternatives to large pretrained vision models on imagenet, this repo aims to provide models pretrained on smaller datasets like MNIST and CIFAR10. These lighter and more manageable models are pretrained for easy import and utilization, facilitating quick experimentation and integration into projects where resources are limited. The MNIST database contains 60,000 training images and 10,000 testing images. @@ -12,10 +12,10 @@ Roadmap: * CIFAR10 shallow CNN - -For easy import and utilization, explore these pretrained models tailored for efficiency and convenience. + Reference: + 1.[PyTorch CIFAR10 by huyvnphan](https://github.com/huyvnphan/PyTorch_CIFAR10) 2.https://en.wikipedia.org/wiki/MNIST_database