HarisIqbal88 / PlotNeuralNet

Latex code for making neural networks diagrams
MIT License
21.74k stars 2.84k forks source link

May you add an example for U-Net? #5

Closed panovr closed 5 years ago

panovr commented 5 years ago

May you add an example for U-Net architecture? Thanks!

HarisIqbal88 commented 5 years ago

I have added example made with new code format as well. You can also look an example in old format from commit before Dec 20, 2018. Note that I did not make it in Ushape because I needed it in this particular form. You can play around with code to fit your requirements.

HarisIqbal88 commented 5 years ago

Also added an example in Ushape as represented in paper

panovr commented 5 years ago

@HarisIqbal88 Awesome, thanks!

TixiaoShan commented 5 years ago

@HarisIqbal88 Happy New Year!

HarisIqbal88 commented 5 years ago

@TixiaoShan Happy New Year!

AtharvaMuley commented 3 years ago

I am having difficulty building the contraction path of UNet architecture using python. The layers do not stack up well. Can you provide a python example?