This commit is contained in:
ayush chaurasia 2022-11-25 01:11:55 +05:30
parent d7df1770fa
commit 486bc49414
3 changed files with 21 additions and 3 deletions

View file

@ -41,7 +41,6 @@ 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()