YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
ai417 β assignment 4 (swiss knife)
this repo contains two pytorch feed-forward models for fashionmnist (784 β 10):
- dummynet: single linear layer (784 β 10)
- vanillanet: mlp (784 β 768 β 384 β 192 β 10) with relu
files
dummy.py β dummynet architecture vanilla.py β vanillanet architecture hubconf.py β torch hub entrypoints for testing dummy-weights.bin β trained weights vanilla-weights.bin β trained weights
loading (tester)
torch.hub.load(repo_path, "DummyNet", source="local") torch.hub.load(repo_path, "VanillaNet", source="local")
requirements
python 3.x torch numpy
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support