YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
A4 Model Repository
This repository contains two trained models for FashionMNIST:
- DummyNet
- VanillaNet
Both models are compatible with torch.hub.load().
Repository Structure
dummy.py
Contains the architecture definition of the DummyNet model.vanilla.py
Contains the architecture definition of the VanillaNet model.dummy-weights.bin
Trained weights for DummyNet (FashionMNIST).vanilla-weight.bin
Trained weights for VanillaNet (FashionMNIST).hubconf.py
Entry point file required for torch.hub.load().
It defines how the models are constructed and how weights are loaded.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support