Argus 1.0.0
New Features
- Add mode argument to
argus.Model.train
(like in torch).
Docs
- Add guides that provide an in-depth overview of how the framework works (link).
- Fix minor typos in docstrings.
Examples
- New example with sequential LR scheduler (link).
- Transitioning from torch.distributed.launch to torchrun in cifar_advanced example.
Chore
- Add
__all__
for all modules. - Update CUDA 11.3.1.
- Update PyTorch 1.10.0.