Glad to announce the release 0.3.0 of PyTorch CNN Trainer.
Features
- PyTorch Lightning trainer is now avaliable. It supports all torchvision models as of now. (#26)
- [BC BREAKING] Dictionary object with metrics is returned from fit instead of True #23
- Better plotting utility to visualize results quickly (#25)
- Utility to turn off NVIDIA Profilers. This might results in faster training (#21)
Examples
- New examples for lightning based trainer (#26)
Tests and CI
- Tests are added for lightning (#26)
- Dropped Black code formatting.
Contributors
This release was possible due to contributions from @premalrupnur, @oke-aditya . Glad to have more people here.