I am using Windows 7 and tflearn (version 0.2.2, tensorflow version 0.12.1, python 3.5)and I have scipy manually installed from http://www.lfd.uci.edu/~gohlke/pythonlibs/ When I am running a tflearn code there is always the error message “scipy not supported”.
The code is running fine so far, if I don’t need scipy depending things. When I use tflearn.data_preprocessing.ImageAugementation that needs scipy, it gives me a NameError: name ‘scipy’not defined. I checked the script and it tries to import scipy.ndimage. I have no idea, what is causing this error, scipy is installed, but tflearn can’t find it somehow…
0条回答
相关问题
- batch_dot with variable batch size in Keras
- How to use Reshape keras layer with two None dimen
- CV2 Image Error: error: (-215:Assertion failed) !s
- Why keras use “call” instead of __call__?
- How to conditionally scale values in Keras Lambda
相关文章
- tensorflow 神经网络 训练集准确度远高于验证集和测试集准确度?
- Tensorflow: device CUDA:0 not supported by XLA ser
- Numpy array to TFrecord
- conditional graph in tensorflow and for loop that
- How to downgrade to cuda 10.0 in arch linux?
- Apply TensorFlow Transform to transform/scale feat
- How to add clipboard support to Matplotlib figures
- How to force tensorflow tensors to be symmetric?