Closed scottyshi closed 3 years ago
Summary: As mentioned in the task, logging the model usage within the build_model function in __init__.py does not capture all use cases. This diff moves it to the init function of ClassyModel instead, where the logging would capture all use cases.
build_model
__init__.py
ClassyModel
Pull Request resolved: https://github.com/facebookresearch/ClassyVision/pull/676
Reviewed By: kazhang
Differential Revision: D25728909
Pulled By: scottyshi
This pull request was exported from Phabricator. Differential Revision: D25728909
Summary: As mentioned in the task, logging the model usage within the
build_model
function in__init__.py
does not capture all use cases. This diff moves it to the init function ofClassyModel
instead, where the logging would capture all use cases.Pull Request resolved: https://github.com/facebookresearch/ClassyVision/pull/676
Reviewed By: kazhang
Differential Revision: D25728909
Pulled By: scottyshi