Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JordanAsh/boostresnet

A PyTorch implementation of BoostResNet
https://github.com/JordanAsh/boostresnet

Last synced: about 2 months ago
JSON representation

A PyTorch implementation of BoostResNet

Awesome Lists containing this project

README

        

# BoostResNet

This repository contains a simple PyTorch implementation of the article [Learning Deep ResNet Blocks Sequentially using Boosting Theory](https://arxiv.org/abs/1706.04964).

The program `brn.py` assumes the existence of a dataset in torch format that is already normalized. It uses a 50-layer ResNet architecture from [Facebook](https://github.com/facebook/fb.resnet.torch) that takes 32 x 32 images as input, but can easily be modified to accomodate other architectures.

`python brn.py --data CIFAR.t7 --transform`