run eval on benchmark beam

This commit is contained in:
Francis Lata
2025-03-14 08:14:10 -07:00
parent c4dc02b4ab
commit 2cf50c76ae

View File

@@ -538,6 +538,8 @@ def train_retinanet():
print(f"Estimated training time: {estimated_total_minutes // 60}h{estimated_total_minutes % 60}m")
print(f"epoch global_ops: {steps_in_train_epoch * GlobalCounters.global_ops:_}, "
f"epoch global_mem: {steps_in_train_epoch * GlobalCounters.global_mem:_}")
# if we are doing beam search, run the first eval too
if (TRAIN_BEAM or EVAL_BEAM) and e == start_epoch: break
return
# ** eval loop **