gitextract_0_96fyzl/ ├── PlotNeuralNet/ │ ├── .gitignore │ ├── README.md │ ├── examples/ │ │ ├── HED/ │ │ │ └── HED.tex │ │ ├── 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 │ │ ├── test_simple.tex │ │ ├── unet.py │ │ └── unet.tex │ └── tikzmake.sh └── README.md