HarisIqbal88 / PlotNeuralNet

Latex code for making neural networks diagrams
MIT License
21.54k stars 2.83k forks source link

Feature Request: UNet (U-Shape) from original paper #127

Open tsuijenk opened 2 years ago

tsuijenk commented 2 years ago

Hello,

Does anyone know if there's any existing python algorithm that would generate the UNet U-shape from the original paper? Or is it possible to request such a feature? Thank you.

image

munila commented 2 years ago

https://github.com/HarisIqbal88/PlotNeuralNet/tree/master/examples/Unet_Ushape Maybe this solves your needs

tsuijenk commented 2 years ago

Thanks Munila! I've already taken a look but that is something completely different.

I've made something above using draw.io for now. :)