diff options
| author | Matt Cooper <matthew_cooper@brown.edu> | 2016-08-21 16:17:57 -0400 |
|---|---|---|
| committer | Matt Cooper <matthew_cooper@brown.edu> | 2016-08-21 16:17:57 -0400 |
| commit | 95601010338a90537edb7d2ba2de25e3008ffee6 (patch) | |
| tree | 4dbd50200dd3dbb2f897201c445a415b724e88b0 | |
| parent | af218bcfbc599f1cad9710a3b8cfb04583d54756 (diff) | |
misc -> ndimage
| -rw-r--r-- | Code/utils.py | 2 |
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 |
