MachineLearning icon indicating copy to clipboard operation
MachineLearning copied to clipboard

help....

Open Kakaluote1234 opened this issue 7 years ago • 3 comments

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.

Kakaluote1234 avatar May 18 '17 03:05 Kakaluote1234

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

Kakaluote1234 avatar May 18 '17 03:05 Kakaluote1234

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

zhengniuniu avatar Jul 10 '17 12:07 zhengniuniu

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

kingjr avatar Oct 05 '17 18:10 kingjr