Welcome to my centralized repository for all my paper implementations! Every implementation is in its own repository, but they are included as submodules here for easy access.
To maximize clarity and reproducibility, we make use of various resources:
- Code Style:
black
flake8
flake8-bugbears
isort
pre-commit
- Documentation:
flake8-docstring
typing
- Customization:
configargparse
- Unit Tests:
pytest
travis-ci
- Visualization:
tensorboard
wandb
For more details, check this template repository or any implementation.
If you wish to download all implementations, clone this repository and update all submodules.
git clone https://github.com/seungjaeryanlee/implementations.git
git submodule update --init --recursive
Note that every submodule has HEAD detached, so if you wish to modify code and push it to GitHub, you first need to checkout to master.
cd template/ # For example
git checkout master