Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 829 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 829 Bytes

DefuseRNN - Recurrent CV models

Author: Brian B. Moser

The project provides an implementation of recurrent models (listed below) applied to computer vision problems like image classification or object recognition. The implementation is in PyTorch.

Supported Models (Paper links)

Current Status

Complete:

  • ReNet (optimized)

Paper results for

  • ReNet (CIFAR10, SVHN)
  • MD-LSTM (Clean MNIST Seg)
  • ConvLSTM (Moving MNIST)

Currently: All other models (not ReNet) need to be optimized.