metadata
license: mit
AI417 – Assignment 4 (Swiss Knife)
This repository contains two PyTorch models submitted for AI417 Assignment 4.
Models
- DummyNet: a simple feed-forward network
- VanillaNet: a deeper feed-forward network with LeakyReLU activations
Usage
Models are compatible with torch.hub.load and FashionMNIST-sized inputs (784).
Files
Dummy.py– DummyNet architectureVanilla.py– VanillaNet architecturehubconf.py– HuggingFace hub configurationdummy_weights.bin– DummyNet weightsvanilla_weights.bin– VanillaNet weights