v0.8.3
NNlib v0.8.3
Closed issues:
- Nested AD not defined for conv; any plan? (#119)
- Latest release (0.7.9) broke softmax gradients with Tracker (#251)
ForwardDiff
andConv
: Slow fallback implementation invoked for conv! (#349)rrule(::typeof(∇conv_filter)
(#362)- move the exports to the main source file (#394)
Merged pull requests:
- Silence some warnings (#383) (@mcabbott)
- Fix gradient of convolution for complex values (#389) (@zsoerenm)
- Conjugate weight before multiplying it with input (#390) (@zsoerenm)
- Improve some activation function gradients (#392) (@mcabbott)
- Simplify
softmax
, test second derivatives (#393) (@mcabbott) - Change libblas to libblastrampoline (#396) (@theabhirath)
- Move exports to main source file (#397) (@vincentmolin)