haqishen / FC-DenseNet-Tiramisu-chainer

chainer implementation of FC-DenseNet (also named Tiramisu)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

chainer implementation of FC-DenseNet (also named Tiramisu)


Languages

Language:Python 100.0%