Skip to content

Commit

Permalink
update eval to ms3 baseline
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Yue (R) Zhao authored and facebook-github-bot committed Jan 14, 2025
1 parent b1c43ff commit 9604f59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion detectron2/evaluation/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ def inference_on_dataset(
total_compute_time_str = str(datetime.timedelta(seconds=int(total_compute_time)))
logger.info(
"Total inference pure compute time: {} ({:.6f} s / iter per device, on {} devices)".format(
total_compute_time_str, total_compute_time / (total - num_warmup), num_devices
total_compute_time_str,
total_compute_time / (total - num_warmup),
num_devices,
)
)

Expand Down

0 comments on commit 9604f59

Please sign in to comment.