File size: 333 Bytes
f1204f6 4d2f1f9 f1204f6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 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. |