HarisIqbal88 / PlotNeuralNet

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

Fixing os.path.join '\' issue for Windows compatibility #45

Closed Lotayou closed 5 years ago

Lotayou commented 5 years ago

Under windows platform the os.path.join module use \ to connect different parts, causing error in pdflatex. This pull request fix the issue by replaceing all \s with /.

You can check this by using git bash.

Contributor: Lotayou