HarisIqbal88 / PlotNeuralNet

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

add sum layer #93

Closed zhangyikaii closed 3 years ago

zhangyikaii commented 3 years ago

Thank you for sharing the warehouse. It is great!

But I found that the SUM Layer in FCN-8 under the example folder is NOT implemented in Python. Concretely, It's not in pycore/tikzeng.py.

So I modified the pyexample/test_simple.py and added the 'to Sum' function in the right way. If the user runs: bash ../tikzmake.sh test_simple, it shows:

image

Thanks again for your kindness.