为什么我没有keras.applications模块?

时间:2017-03-28 14:15:31

标签: python-2.7 keras



from scipy.misc import imsave
import numpy as np
import time
from keras.applications import vgg16
from keras import backend as K




ImportError:没有名为applications

的模块

我安装了Keras,其他模块运行良好, 为什么没有"应用程序"模块

1 个答案:

答案 0 :(得分:0)

使用

安装Keras-Applications
 pip install Keras-Applications