Skip to content

davidmcarreira/mResNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

mResNET (miniResNet)

A Pytorch implementation of a network based on Residual Blocks with computational cost in mind. It outputs the raw logits so it can be used for classification, regression or feature embedding tasks.

Requirements

The development was made in Python 3.10 and torch 2.xx.

Initialization

The main network is the smaller implementation with 15 layers, but it is prepared to assume other sizes depending on the network's building parametrization.

TO-DO

  • Implement mResNet and test for binary classification.
  • Add Dockerfile
  • Finish README.md
  • Share training and testing notebooks
  • Add requirements.txt
  • Run tests comparing to MobileNet

Citation

For citation purposes, please refer to this repository.