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

Thiramisu-103 layer #17

Open ChristianEschen opened 6 years ago

ChristianEschen commented 6 years ago

Hello

Nice github repository. I am trying your 103-layer tiramisu code. It seems to me that there is no skip-connections, or maybe I have misunderstood something. Furthermore. When I train the model in keras the model summary displays 428,328,755 model parameters. As far as I am informed the original tiramisu 103 layer uses 9.4 million paramers. Maybe I am misunderstanding something. I hope you can clarify it for me.

best regards