HandwritingRecognition-with-MultiDimensionalRecurrentNeuralNetworks
HandwritingRecognition-with-MultiDimensionalRecurrentNeuralNetworks copied to clipboard
Training on GPU
What should I modify in code if I want to train on GPU?
You will have to modify lot of code, all the matrix multiplication (dot product) needs to be done on gpu. All the layers calculation on GPU.