How can I build custom CNN with cuDNN?
I would like to test a modified back-propagation algorithm for a custom CNN, but some existed frameworks such as TensorFlow didn't allow me to do it. Maybe that's because my bp algorithm is not the same as the TF's, so I guess, I need to implement the algorithm from scratch using cuDNN. But where can I start? Are there any simple samples or tips?