Skip to content

v0.93

Compare
Choose a tag to compare
@bvanessen bvanessen released this 12 Feb 01:33
· 7009 commits to develop since this release

============================== Release Notes: v0.93 ==============================

This release contains a major refactoring / overhaul of the code base.
Key highlights include:

  • Moving layer design into smaller simpler layers that have a single
    compute behavior per layer. Specifically, linear combination of the
    inputs, non-linear activations, and regularizers now exist as their
    own layers.
  • Layers now have a template parameter that specifies the data layout
    for the distributed matrices.
  • Prototext interface for specifying neural network models and data
    readers is nearly fully functional.
  • Code now adheres to internal coding style as outlined in
    README_coding_style.txt
  • Dead-code has been eliminated and layer file hierachy has been
    cleaned up.