Revert "update"

This reverts commit 486bc49414.
This commit is contained in:
ayush chaurasia 2022-11-25 01:54:50 +05:30
parent 486bc49414
commit 793dde365d
3 changed files with 3 additions and 21 deletions

View file

@ -41,6 +41,7 @@ class BaseValidator:
else: # TODO: handle this when detectMultiBackend is supported
assert model is not None, "Either trainer or model is needed for validation"
# model = DetectMultiBacked(model)
# TODO: implement init_model_attributes()
model.eval()
dt = Profile(), Profile(), Profile(), Profile()