Skip to content

Commit

Permalink
fix minor bug when evaluating
Browse files Browse the repository at this point in the history
  • Loading branch information
haideraltahan authored Aug 12, 2024
1 parent 75f6f08 commit 59ee932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unibench/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def evaluate(
continue

if model is None:
load_model(
model = load_model(
model_name=model_name,
batch_per_gpu=batch_per_gpu,
face_blur=face_blur,
Expand Down

0 comments on commit 59ee932

Please sign in to comment.