generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/1124 Added Pytorch Lightning Test support for all models (#1125)
* feature/1124 Added Pytorch Lightning Test support for mmdet * feature/1124 Added Pytorch Lightning Test support for efficientdet * feature/1124 Added Pytorch Lightning Test support for torchvision * feature/1124 Added Pytorch Lightning Test support for yolov5 * feature/1124 Renamed shared evaluation method for mmdet * feature/1124 Renamed shared evaluation method for efficientdet * feature/1124 Renamed shared evaluation method for torchvision * feature/1124 Renamed shared evaluation method for yolov5 * feature/1124 Added test for PL test step of efficientdet * feature/1124 Added test for PL test step of mmdet * feature/1124 Added test for PL test step of torchvision models * feature/1124 Added test for PL test step of yolov5 * feature/1124 Updated object detection getting started guide to add PL test * feature/1124 Updated environment.yml to fix icevision version not found * feature/1124 Added unit tests for efficientdet lightning model adapter * feature/1124 Added unit tests for mmdet lightning model adapter * feature/1124 Added unit tests for torchvision lightning model adapter * feature/1124 Added unit tests for yolov5 lightning model adapter * feature/1124 Added unit tests for fastai unet lightning model adapter * feature/1124 Fixed memory consumption in PL tests
- Loading branch information
1 parent
356d29b
commit ca73528
Showing
27 changed files
with
1,546 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.