HarisIqbal88 / PlotNeuralNet

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

to_input(...) doesn't have east, west... properties #46

Closed dougsouza closed 4 years ago

dougsouza commented 5 years ago

I would like to connect the input image to conv blocks and other blocks, but it is not possible since to_input(...) doesn't have east, west, northeast, etc... properties. How to solve this? Maybe wrap to_input(...) in a box or something?

rafariva commented 5 years ago

i have the same issue, please any help¿?

dougsouza commented 5 years ago

@rafariva, there is a way: describe your model directly in latex syntax (no python wrapper) and plot an invisible box over the input layer, then you can connect arrows to that invisible box.

rafariva commented 5 years ago

Please, can you send us an short example?

dougsouza commented 5 years ago

@rafariva, I don't have an example specific for this. You could just follow this: https://github.com/HarisIqbal88/PlotNeuralNet/blob/master/examples/fcn8s/fcn8.tex

Once you get the syntax, it is not difficult

rafariva commented 5 years ago

Thant 4 u help