Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 494 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 494 Bytes

PinaPL

PinaPL Is Not A Projet Long

Git Usage Guide

Do not forget to configure and update your .gitignore to keep the repository clean from any project file.

Syntax conventions

Naming: variableName ClassName Indentation: 4 spaces

How to draw graphs

  • 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