Skip to content
Snippets Groups Projects
Commit ad2450a2 authored by leufen1's avatar leufen1
Browse files

check for none in epoch best

parent 5114b0cc
No related branches found
No related tags found
4 merge requests!432IOA works now also with xarray and on identical data, IOA is included in...,!431Resolve "release v2.1.0",!430update recent developments,!419Resolve "loss plot with best result marker"
Pipeline #100323 passed
......@@ -166,6 +166,7 @@ class Training(RunEnvironment):
workers=psutil.cpu_count(logical=False))
history = hist
epoch_best = checkpoint.epoch_best
if epoch_best is not None:
logging.info(f"best epoch: {epoch_best + 1}")
try:
lr = self.callbacks.get_callback_by_name("lr")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment