-
Hi, I was wondering if anyone implemented Grave's Mutlidirectional MDRNN [1]. How can I tackle the problem given CustomRecurrentLayer class or the class itself should be modified for handling mutli-di…
-
Hello All,
I met the same error which is shown "ValueError: new_order[2] is 2, but the input only has 2 axes." when I want to add a LSTM in my model. In addition, I also added "return_sequences=Tru…
ghost updated
9 years ago
-
I've been trying all the MNIST examples from the Keras documentation as well as the cifar10 and they just don't work if I use the GPU.
The Accuracy is always below 0.1 or NaN.
If I do it on the CPU …
-
I found an MIT Licensed Convolutional Neural Network
https://github.com/siddharth950/Convolutional-Neural-Network/blob/master/convolutionalNeuralNetwork.py
It might be useful to include in sklearn/n…