Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-wyx authored Dec 1, 2023
1 parent 609fb91 commit 8ea06f0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
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.

The MNIST database contains 60,000 training images and 10,000 testing images.
The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.

Roadmap:
* mnist
Expand All @@ -13,5 +14,7 @@ Roadmap:

For easy import and utilization, explore these pretrained models tailored for efficiency and convenience.

Reference Repository for CIFAR10 models:
[PyTorch CIFAR10 by huyvnphan](https://github.com/huyvnphan/PyTorch_CIFAR10)
Reference:
1.[PyTorch CIFAR10 by huyvnphan](https://github.com/huyvnphan/PyTorch_CIFAR10)
2.https://en.wikipedia.org/wiki/MNIST_database
3.

0 comments on commit 8ea06f0

Please sign in to comment.