PlotNeuralNet icon indicating copy to clipboard operation
PlotNeuralNet copied to clipboard

subimport path error on windows

Open saedrna opened this issue 6 years ago • 2 comments

On windows, the path is connected by \ rather than /, which may cause some latex environment not recognize the subimport path correctly, e.g. on my machine (python 3.7 win10 x64), it produce

\subimport{..\layers/}{init}

but latexpdf complains about not find the path, it should be

\subimport{../layers/}{init}

saedrna avatar Feb 23 '19 15:02 saedrna

how to fix this problem

sunyichao avatar Mar 10 '19 07:03 sunyichao

I just copy all the files in dir layers to the upper dir and it works.

wanna-fly avatar May 10 '19 13:05 wanna-fly