wepe / MachineLearning

Basic Machine Learning and Deep Learning
5.07k stars 3.16k forks source link

help.... #21

Open RobertWang-Github opened 7 years ago

RobertWang-Github commented 7 years ago

MissingInputError: Input 0 of the graph (indices start from 0), used to compute if{}(keras_learning_phase, Elemwise{true_div,no_inplace}.0, Pool{ignore_border=True, mode='max', ndim=2}.0), was not provided and not given a value. Use the Theano flag exception_verbosity='high', for more information on this error.

RobertWang-Github commented 7 years ago

get_feature = theano.function([origin_model.layers[0].input],origin_model.layers[9].output,allow_input_downcast=False) cannot run

zhengniuniu commented 6 years ago

I have the same problem ,so, I want to know how to solve this error.

kingjr commented 6 years ago

Seems related to https://github.com/fchollet/keras/issues/2430