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 994704d commit de767ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down

0 comments on commit de767ca

Please sign in to comment.