This is pytorch template equipped with git hooks and util tools
- Git hooks
- Black
- flake8
- isort
Before any commit, follow below instructions.
- Construct your environment using dockerfile or other way.
- Install specified git-hooks in .pre-commit-config.yaml using
pre-commit install
. - Do anything.