Questions tagged as 'keras'

0
answers

Unable to import name 'get_uid' (keras)

I'm trying to run keras of a github code link I get problems on the line that matters Sequentials . from keras.models import Sequential The error that appears to me: File "C:\Users\adri_\Anaconda2\lib\site-packages\ke...
asked by 05.11.2018 / 10:58
1
answer

Keras: ValueError: Dimension 0 in both shapes must be equal (VGGNets)

I'm following a tutorial and I loaded the pre-trained VGGNet16 model using Keras vgg16_model = keras.applications.vgg16.VGG16() model = Sequential() for layer in vgg16_model.layers: model.add(layer) model.layers.pop() for...
asked by 15.04.2018 / 21:02
1
answer

Warning: Linker: (..) Unused DT entry

I was creating a python script using keras in termux with theano as a backend, because I can not install tensorflow in android, when I'm going to execute it it appears : Using Theano backend WARNING: linker: /data/data/com.termux/files/home/...
asked by 21.12.2018 / 06:19