gitextract_mf86ygiw/ ├── .gitignore ├── .idea/ │ ├── misc.xml │ ├── modules.xml │ ├── plotneuralnet.iml │ ├── vcs.xml │ └── workspace.xml ├── LICENSE ├── README.md ├── examples/ │ ├── AlexNet/ │ │ └── alexnet.tex │ ├── HED/ │ │ └── HED.tex │ ├── LeNet/ │ │ ├── lenet.tex │ │ └── lenet.txt │ ├── SoftmaxLoss/ │ │ └── SoftmaxLoss.tex │ ├── Unet/ │ │ └── Unet.tex │ ├── Unet_Ushape/ │ │ └── Unet_ushape.tex │ ├── VGG16/ │ │ └── vgg16.tex │ ├── fcn32s/ │ │ └── fcn32.tex │ └── fcn8s/ │ └── fcn8.tex ├── layers/ │ ├── Ball.sty │ ├── Box.sty │ ├── RightBandedBox.sty │ └── init.tex ├── pycore/ │ ├── __init__.py │ ├── blocks.py │ └── tikzeng.py ├── pyexamples/ │ ├── test_simple.py │ └── unet.py └── tikzmake.sh