mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
remove show=False parameter in test_fn (#1741)
This commit is contained in:
parent
5cb9f43c9d
commit
e3b5b5ee38
@ -203,8 +203,7 @@ class MMSegWandbHook(WandbLoggerHook):
|
||||
# Currently the results of eval_hook is not reused by wandb, so
|
||||
# wandb will run evaluation again internally. We will consider
|
||||
# refactoring this function afterwards
|
||||
results = self.test_fn(
|
||||
runner.model, self.eval_hook.dataloader, show=False)
|
||||
results = self.test_fn(runner.model, self.eval_hook.dataloader)
|
||||
# Initialize evaluation table
|
||||
self._init_pred_table()
|
||||
# Log predictions
|
||||
|
Loading…
x
Reference in New Issue
Block a user