Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 408 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 408 Bytes

Pulse

An interpreted language to train and deploy efficient neural network models.

How to run?

For Linux/Mac OSX:

user@programmer:~$ make clean

For Windows:

  1. Install make from this link: Make
  2. Run as above:
Z:\FakeLocation> make clean