Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.15 KB

README.md

File metadata and controls

11 lines (6 loc) · 1.15 KB

chainer FC-DenseNets (Tiramisu103)

This is a chainer implementation of FC-DenseNets (also named Tiramisu103)

The network architecture was described in The One Hundred Layers Tiramisu: Fully Convolutional DenseNets for Semantic Segmentation. However I found some contradiction between the content of the paper and their official implementation on Theano.

This chainer implementation is basically a "translation" of the official theano implementation (it means, I chose to believe the official code rather than the paper when dealing with inconsistency), while having some uncertainty: