Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 392 Bytes

File metadata and controls

10 lines (8 loc) · 392 Bytes

Contains all the Python scrips required to: create, train/test, evaluate and predict on Pytorch models.

The files will be updated with more useful functions. This about all the "main" functions I use for testing models.

To download into your environment using pip, run:

pip install "git+https://github.com/Dristro/nn_scripts.git"

Make sure to have GIT installed for cloning the repo