HarisIqbal88 / PlotNeuralNet

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

Added option to name input image node #23

Closed lukasliebel closed 5 years ago

lukasliebel commented 5 years ago

Adding a name parameter to to_input allows referencing the input image, e.g., for drawing connectors or relative positioning. I dislike 'temp' as the default name but didn't change it in order to preserve backward compatibility.