Skip to content
Snippets Groups Projects
Unverified Commit 34bd3e53 authored by takuoko's avatar takuoko Committed by GitHub
Browse files

[BugFix] wandb image (#510)

* bugfix wandb image

* del judged

* use self._wandb
parent 19d4eba8
No related branches found
No related tags found
No related merge requests found
......@@ -411,6 +411,7 @@ class WandbVisBackend(BaseVisBackend):
step (int): Useless parameter. Wandb does not
need this parameter. Default to 0.
"""
image = self._wandb.Image(image)
self._wandb.log({name: image}, commit=self._commit)
@force_init_env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment