Open amal opened 7 years ago
Even just exporting vgg16 from Keras.applications asmodel = vgg16.VGG16(weights='imagenet', include_top=False)
leads to above mentioned error.
Strangely the problem for me with vgg was resolved by simply running program with sudo.
check that all your nvidia drivers are up to date (update through nvidia geforce experince), since I updated mine I haven't had any issues!
Nvidia GeForce GTX 1080 Core i7-7700K
Simple 3 layers Dense network with selu activation.