HarisIqbal88 / PlotNeuralNet

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

fix the subimport path error on windows #19 #38

Closed ababycat closed 3 years ago

ababycat commented 5 years ago

Latex need '/' in "path/layers" in windows. So use the sys.platform to fix it.