PinaPL Is Not A Projet Long
Do not forget to configure and update your .gitignore to keep the repository clean from any project file.
Naming: variableName ClassName Indentation: 4 spaces
- Enable the GRAPH tag and disable all the others
- write the output into a file (
./testBuild > graph.log
) - put
graph.log
into dot (a command from the graphviz package) :cat graph.log | dot -Tpng > mnist.png
- enjoy