can anyone tell me how is backpropagation done in Keras? I read that it is really easy in Torch and …
python deep-learning keras keras-layerHow can I add a resizing layer to model = Sequential() using model.add(...) To resize an image from shape (160, 320, 3) to (224,224,3) ?
keras keras-layerI read all sorts of texts about it, and none seem to answer this very basic question. It's always ambiguous: …
keras lstm keras-layerI want to pass the output of ConvLSTM and Conv2D to a Dense Layer in Keras, what is the …
tensorflow machine-learning keras deep-learning keras-layerI would like my keras model to resize the input image using cv2 or similar. I have seen the use …
python keras keras-layer cv2I am a little new to neural networks and keras. I have some images with size 6*7 and the size of …
neural-network keras conv-neural-network keras-layerI am trying to use the CuDNNLSTM Keras cell to improve training speed for a recurrent neural network (doc here). …
keras keras-layer cudnnWhat is an example of how to use a TensorFlow TFRecord with a Keras Model and tf.session.run() while …
machine-learning tensorflow deep-learning keras keras-layerI get the following error for the code snippet below: You must feed a value for placeholder tensor 'bidirectional_1/keras_…
tensorflow deep-learning keras keras-layerI have this error Error when checking input: expected input_13 to have 4 dimensions, but got array with shape (7, 100, 100) For the …
python-3.x deep-learning keras conv-neural-network keras-layer