Version 2.9
This release adds several new features:
- Inputs are read into
LightweightGraph
lazily. In some cases this makes it possible to evaluate parts of a multi-output graph without specifying all the inputs. - Sum layer to support deep sets.
- Added an
abs
activation function.
We've also fixed a number of C++17 compiler warnings (thanks to @VukanJ) and added C++17 builds to the Travis build matrix.