You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, for TorchVisionClassifierTrainer, save_best_model is an initialization parameter of the class. However, that's not the case for the VisionClassifierTrainer and it's set to False. Is there a specific reason for this discrepancy or can this be updated?
Currently, for
TorchVisionClassifierTrainer
,save_best_model
is an initialization parameter of the class. However, that's not the case for theVisionClassifierTrainer
and it's set toFalse
. Is there a specific reason for this discrepancy or can this be updated?HugsVision/hugsvision/nnet/VisionClassifierTrainer.py
Line 91 in 476507a
The text was updated successfully, but these errors were encountered: