update
This commit is contained in:
parent
d7df1770fa
commit
486bc49414
3 changed files with 21 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue