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

supelec-lstm/PinaPL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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