Metadata-Version: 2.4
Name: crimson-cifar-zoo
Version: 0.0.1
Project-URL: Homepage, https://github.com/crimsonmagick/cifar-cnn-zoo/
Project-URL: Issues, https://github.com/crimsonmagick/cifar-cnn-zoo/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: numpy==1.26.4
Requires-Dist: torch>=2.10.0
Requires-Dist: huggingface_hub>=1.4.1
Requires-Dist: safetensors>=0.7.0
Requires-Dist: torchvision>=0.25.0
Requires-Dist: timm>=1.0.24

CIFAR CNN Zoo for use with the [hetero-accel](https://github.com/crimsonmagick/hetero-accel) simulation codebase.

| Workload | Model       | Dataset  |
| -------- | ----------- | -------- |
| A        | vgg11       | cifar10  |
| A        | resnet18    | cifar10  |
| A        | vgg16       | cifar10  |
| A        | resnet50    | cifar100 |
| A        | mobilenetv2 | cifar100 |
| B        | vgg13       | cifar10  |
| B        | resnet34    | cifar10  |
| B        | vgg19       | cifar10  |
| B        | mobilenetv1 | cifar100 |
| B        | resnet50    | cifar100 |

Developed using Python 3.11.13
