Hi,
I have installed keras version 1.0.8 in Ubuntu 14.04, but the below line shows import error.
from keras.applications.vgg16 import VGG16
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named applications.vgg16
In the dir(keras) it is not showing the applications module, but it is the latest version of the keras. I am confused.
Please help.