simplify model builders (#5001)
* simplify model builders
* cleanup
* refactor kwonly to pos or kw handling
* put weight verification back
* revert num categories checks
* fix default weights
* cleanup
* remove manual parameter map
* refactor decorator interface
* address review comments
* cleanup
* refactor callable default
* fix type annotation
* process ungrouped models
* cleanup
* mroe cleanup
* use decorator for detection models
* add decorator for quantization models
* add decorator for segmentation models
* add decorator for video models
* remove old helpers
* fix resnet50
* Adding verification back on InceptionV3
* Add kwargs in DeeplabeV3
* Add kwargs on FCN
* Fix typing on Deeplab
* Fix typing on FCN
Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
Showing
Please register or sign in to comment