HarisIqbal88 / PlotNeuralNet

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

.tex files cannot be converted to PDF by TeXworks #94

Open ROY-SNN opened 3 years ago

ROY-SNN commented 3 years ago

.tex files cannot be converted to PDF by TeXworks. Always indicate that pdfTex is not configured properly

jtquisenberry commented 3 years ago

Ensure that you are copying both your .TEX file and the ../layers directory. The .TEX files include this at line #4:

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

You could edit line #4 if you want to change the location of the layers directory in your project.

I got the .TEX files to work in Overleaf.

abhigoku10 commented 2 years ago

@jtquisenberry how to generate for custom architectures