ECE4179 S2 2021
This repo contains all code for ECE4179
First activate your python environment
cd ece4179_nndl/
pip install -r setup/requirements.txtAfter that configure nbstripout to automatically remove output in jupyter notebooks when committing changes
nbstripout --install --attributes .gitattributesSee link for automatic activation of conda environments