Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 604 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 604 Bytes

Project Name

This is a template for ML research projects.

Installation

python -m pip install -r requirements.txt

Note: keep your requirements.txt up to date

Run

Have an example how to use your code. Please update this when you open your project to the world. In the worst case just paste the output of python main.py --help

usage: main.py [-h]

optional arguments:
  -h, --help            show this help message and exit

Read more here.