Skip to content

Commit 9604f59

Browse files
Yue (R) Zhaofacebook-github-bot
authored andcommitted
update eval to ms3 baseline
Summary: Update the eval to the moviegen ms3 model and also update the expired evaluation set. Reviewed By: jperezrua Differential Revision: D67349051 Privacy Context Container: L1189911 fbshipit-source-id: cfb48cb36c372fb499c524339edce264c74c007b
1 parent b1c43ff commit 9604f59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

detectron2/evaluation/evaluator.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ def inference_on_dataset(
206206
total_compute_time_str = str(datetime.timedelta(seconds=int(total_compute_time)))
207207
logger.info(
208208
"Total inference pure compute time: {} ({:.6f} s / iter per device, on {} devices)".format(
209-
total_compute_time_str, total_compute_time / (total - num_warmup), num_devices
209+
total_compute_time_str,
210+
total_compute_time / (total - num_warmup),
211+
num_devices,
210212
)
211213
)
212214

0 commit comments

Comments
 (0)