MachineLearning
MachineLearning copied to clipboard
help....
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.
get_feature = theano.function([origin_model.layers[0].input],origin_model.layers[9].output,allow_input_downcast=False) cannot run
I have the same problem ,so, I want to know how to solve this error.
Seems related to https://github.com/fchollet/keras/issues/2430