YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

AI417UPM - Assignment 4

Overview

This repository contains two neural network architectures implemented using PyTorch:

  • DummyNet
  • VanillaNet

The models are part of Assignment 4 for AI417 and can be loaded using PyTorch Hub.

Repository Contents

README.md

dummy-weights.bin

dummy.py

hubconf.py

vanilla-weights.bin

vanilla.py

Dataset

The models were trained using the FashionMNIST dataset, which contains grayscale images of clothing items such as shirts, shoes, and bags.

Models Description

dummy.py

  • The DummyNet model is a linear feedforward neural network.
  • It does not contain activation functions.

vanilla.py

  • It includes activation functions to improve learning capability and model performance.

Model Weights

This repository contains pretrained weights:

  • dummy-weights.bin โ†’ Weights for DummyNet.
  • vanilla-weights.bin โ†’ Weights for VanillaNet.

These weights can be loaded using PyTorch Hub.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support