stochastic_depth_keras
stochastic_depth_keras copied to clipboard
Keras implementation for "Deep Networks with Stochastic Depth" http://arxiv.org/abs/1603.09382
Results
2
stochastic_depth_keras issues
Sort by
recently updated
recently updated
newest added
Thanks a lot for doing this. I might misunderstand something, but l can understand how the gate update when training. I can not understand the two code... gate = K.variable(1,...
Hi, Following your advice regarding setting the recursion limit. I managed to get this to run with N = 17. My windows machine has a 16GB of RAM, using the...