HarisIqbal88 / PlotNeuralNet

Latex code for making neural networks diagrams
MIT License
21.93k stars 2.86k forks source link

Custom stages #75

Open Babaee opened 4 years ago

Babaee commented 4 years ago

Hello,

First of all thank you for building this wonderful package. How can we define a custom stage, like batch normalization, up sampling, etc.

daitranskku commented 4 years ago

you can define by creating more \def and \pic. Read and understand the example code first, then you can modify whatever you want. Good luck