My personal utils for fastai2 and pytorch.
pip3 install git+https://github.com/cwza/fastai2_utils.git
git clone https://github.com/cwza/fastai2_utils.git
cd fastai2_utils
make install
- Modify notebooks in nbs folder (Write unit tests in the same notebook and create new notebook to write integration test)
- make build-lib to update python files
- make test to run unit test
- make test-slow to run integration test
- make build-all to run build-lib, build-docs, clean-nbs
- git add commit and push