HarisIqbal88 / PlotNeuralNet

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

Added unet branch connection python function #128

Open jernsting opened 2 years ago

jernsting commented 2 years ago

The connection between unet branches are drawn diagonal, if one uses the to_connection function.

The to_unet_branch_connection allows the python user to draw the beautiful connections shown in the examples directory directly.

Parameters are:

Best, Jan