0bserver07 / One-Hundred-Layers-Tiramisu

Keras Implementation of The One Hundred Layers Tiramisu: Fully Convolutional DenseNets for Semantic Segmentation by (Simon Jégou, Michal Drozdzal, David Vazquez, Adriana Romero, Yoshua Bengio)
https://arxiv.org/abs/1611.09326
MIT License
197 stars 54 forks source link

something about denseblock #18

Open zhaoxin111 opened 6 years ago

zhaoxin111 commented 6 years ago

Hi,thanks for sharing your work, this helps me a lot.

When I scan your code, I have some confusion about your implement of denseblock.It is not implemented as a sensenet style.