Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 347 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 347 Bytes

Simple instructions


  1. Clone the repo.
  2. If you are using poetry for python env and package management, just cd into the local repo and run poetry install.
  3. Ensure the data is present in the relevant subdirectories of data dir in uncompressed form.
  4. Run python mlpcode/test.py to check if everything is installed correctly.