ultralytics 8.0.173 fix missing val plots and new Conda Guide (#4783)
This commit is contained in:
parent
602022a56e
commit
dfe6dfb1d2
8 changed files with 188 additions and 23 deletions
|
|
@ -571,6 +571,7 @@ class BaseTrainer:
|
|||
strip_optimizer(f) # strip optimizers
|
||||
if f is self.best:
|
||||
LOGGER.info(f'\nValidating {f}...')
|
||||
self.validator.args.plots = self.args.plots
|
||||
self.metrics = self.validator(model=f)
|
||||
self.metrics.pop('fitness', None)
|
||||
self.run_callbacks('on_fit_epoch_end')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue