We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bad2969 + 4c91f4a commit c86e586Copy full SHA for c86e586
1 file changed
batchflow/models/torch/base_mixins.py
@@ -6,10 +6,7 @@
6
import torch
7
8
from ...decorators import deprecated
9
-
10
-from ...utils_import import try_import
11
-plot = try_import(module='...plotter', package=__name__, attribute='plot',
12
- help='Try `pip install batchflow[image]`!')
+from ... import plot
13
14
# Also imports `tensorboard`, if necessary
15
0 commit comments