v0.5.6
Enhancements and bug-fixes
This release includes the following enhancements and bug fixes:
- Support torch 1.10 (#497, #413)
- Add helper function to initialize
torch.distributed
in OpenMPI environments (#491)
Backward-incompatible changes
- Disable
profiler
by default inTrainer
andExtensionsManager
. Nowenable_profile=True
kwarg is needed. (#498)
See the list of merged pull-requests for the details.