PyTorch/ignite
- Refactored code to move the data dispatch step to base class - reduce a lot of repeated steps in derived logger classes
- Added feature to log state attributes along with metrics in Loggers.
- Combined State Attributes with Metrics so that they can be handled together.
- Added the state attributes and corresponding tests for
- Tensorboard
- Polyaxon
- Tqdm
- ClearML
- WandB
- MLFlow
- Visdon
PyTorch/vision
- Ported affine transform tests from unittest to pytest.
- Ported grayscale transform tests from unittest to pytest