Skip to content

Commit

Permalink
fix: GAN semantic visual output
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Mar 26, 2024
1 parent 74b0e65 commit d3a5565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def launch_testing(opt, main_opt):
with torch.no_grad():
model.compute_metrics_test(dataloaders_test, epoch, total_iters)

metrics = model.get_current_metrics()
metrics = model.get_current_metrics([""])
for metric, value in metrics.items():
print(f"{metric}: {value}")

Expand Down

0 comments on commit d3a5565

Please sign in to comment.