HarisIqbal88 / PlotNeuralNet

Latex code for making neural networks diagrams
MIT License
21.54k stars 2.83k forks source link

init.tex not found! #146

Open dudushi opened 1 year ago

dudushi commented 1 year ago

! LaTeX Error: File `example/layers/init.tex' not found.

how can I solve this ?

dudushi commented 1 year ago

(it's the same identical problem of #65 but I don't get very well how he solved it)

silkyrose commented 11 months ago

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

xianchengyue commented 11 months ago

Cool! Thank you!