Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Remove deprecated and unused scipy.misc.tomiage from tensorboard logger.
Browse files Browse the repository at this point in the history
Fixes #178.
  • Loading branch information
constantinpape committed Jun 10, 2019
1 parent 564c9cd commit d451bf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inferno/trainers/callbacks/logging/tensorboard.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import tensorboardX as tX
import numpy as np
import warnings
from scipy.misc import toimage
from .base import Logger
from ....utils import torch_utils as tu
from ....utils import python_utils as pyu
Expand Down

0 comments on commit d451bf4

Please sign in to comment.