alexlenail / NN-SVG

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

Font size #49

Open solaceh opened 2 years ago

solaceh commented 2 years ago

Hi, Great tool! Is there any way of increasing the size of the font for tensor dimensions (alexnet)? Thanks!

alexlenail commented 2 years ago

The function which makes the text sprites can take a fontsize in the opts object, but that isn't exposed elsewhere in the code:

https://github.com/alexlenail/NN-SVG/blob/6336f9a876654f6fb48e4cdeba90a319951d6572/AlexNet.js#L266

I'd welcome a PR on this :)