summaryrefslogtreecommitdiff
path: root/Code
diff options
context:
space:
mode:
authorMatt Cooper <matthew_cooper@brown.edu>2016-08-21 16:17:57 -0400
committerMatt Cooper <matthew_cooper@brown.edu>2016-08-21 16:17:57 -0400
commit95601010338a90537edb7d2ba2de25e3008ffee6 (patch)
tree4dbd50200dd3dbb2f897201c445a415b724e88b0 /Code
parentaf218bcfbc599f1cad9710a3b8cfb04583d54756 (diff)
misc -> ndimage
Diffstat (limited to 'Code')
-rw-r--r--Code/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/utils.py b/Code/utils.py
index 042912e..3a33d3f 100644
--- a/Code/utils.py
+++ b/Code/utils.py
@@ -1,6 +1,6 @@
import tensorflow as tf
import numpy as np
-from scipy.misc import imread
+from scipy.ndimage import imread
from glob import glob
import os