v0.0.2
Pre-release
Pre-release
- π Fix configs merging with wandb sweep in
apps/train.py
- π Pylint workflow no longer needs to install requirements.txt
- π Fix type hint list[...] -> List[...] to be compatible with Python3.8+ in
utils/sagan/modules.py
- β¨ Add
tests/basic_checks.sh
to run some checks before push/PR