alexlenail / NN-SVG

Publication-ready NN-architecture schematics.
http://alexlenail.me/NN-SVG/
MIT License
4.49k stars 579 forks source link

Multiple outputs? #43

Closed Ademord closed 3 years ago

Ademord commented 3 years ago

I am trying to draw the PPO network and I can't seem to be able to draw to output heads with the AlexNet style.

alexlenail commented 3 years ago

What is the PPO network supposed to look like?

Ademord commented 3 years ago

Hello, it looks something like this image I dont know how this image was done

Additionally.. the possibility to set two separate inputs would be AMAZING (with labels to specify what is what)

Let me upload another photo to show another variant with a different diagram I had to somehow work around...

image

alexlenail commented 3 years ago

Hi @Ademord, The goal of this repo, as I see it, is primarily to automate the N^2 operation of drawing edges between nodes in an FCNN -- big waste of your and my time. Adding individual inputs/outputs, as in both the figures I see above, would take us some time to code, but it strikes me as probably pretty quick to add them by hand. Does that make sense?

You're welcome to fork/open a PR adding this functionality, but I won't have time for it. :(

Ademord commented 3 years ago

Thanks so much for the clarification 👍🏻