https://www.overleaf.com/project/655dd5426660a1168f07c3dd
$ python3 -m venv venv/
$ source venv/bin/activate
(you will need to activate it every time you want to run the program)
$ bash ./install_reqs.sh
$ python3 ./train.py
$ python3 -m pdb ./train.py
(then type "c" to start the program)