vlfeat / autonn

A fast and expressive Matlab/MatConvNet deep learning API, with native automatic differentiation
89 stars 35 forks source link

precompute deriv deletion #16

Closed ryanwebster90 closed 7 years ago

ryanwebster90 commented 7 years ago

Precomputes derivative deletion and fixes interaction with short circuit layers.

NOTE: temporary solution until #13 is merged, which does this and more. See discussion #12

jotaf98 commented 7 years ago

Great, short-circuiting was definitely an issue with conserveMemory. I'll see about the more general improvements and comment there!