Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-09-01 | 799 Bytes | |
v2.0.3.tar.gz | 2023-09-01 | 40.6 kB | |
v2.0.3.zip | 2023-09-01 | 72.5 kB | |
Totals: 3 Items | 113.9 kB | 1 |
Changes
- Removing yaml extension from hydra config names in defaults lists @tesfaldet (#584)
- Docstrings revamp @tesfaldet (#589)
š Bug Fixes
- Fix
torch.compile
onnn.module
instead of onLightningModule
@tesfaldet (#587) - Fix accelerator in
tests/test_train.py
@caplett (#595) - Fixes colorlog issue where
train.log
is saved in project root dir @tesfaldet (#588) - Fix WandB config improper hierarchical display of keys @dreaquil (#583)
- Lightning import fix in
instantiators.py
@tesfaldet (#577) - Lightning + Aim dependency fix in conda
environment.yaml
andsetup.py
@tesfaldet (#575)
š§¹ Maintenance
- Update PyTorch Lightning DDP Documentation Links in
README.md
@amorehead (#601) - Rename
pyrootutils
torootutils
@ashleve (#592)