release candidate 4
It's a new year and a new release candidate. This packages up 348 commits by 68 authors. Thanks all!
This is intended to be the last release candidate before 1.0. We hope to catch any lurking issues, improve documentation, and polish the packaging for then.
With all releases one should do make clean && make superclean to clear out old materials before compiling the new release. See all merged PRs since the last release.
- RNNs + LSTMs #3948
- layers
- Parameter layer for learning any bottom #2047
- Crop layer for aligning coordinate maps for FCNs #3570
- Tied weights with transpose for InnerProduct layer #3612
- Batch Norm docs, numerics, and robust proto def #4704 #5184
- Sigmoid Cross Entropy Loss on GPU #4908 and with ignore #4986