Assignment 4 – Swiss Knife
Name Student : Amal
Student ID: 4312459
This repository contains two feed-forward neural networks:
- DummyNet (dummy.py)
- VanillaNet (vanilla.py)
The models are trained locally, and the weights are uploaded:
- dummy-weights.bin
- vanilla-weights.bin
The models can be loaded using torch.hub via hubconf.py.