Skip to content

v2.1.0

Compare
Choose a tag to compare
@milakov milakov released this 21 Feb 14:18
· 85 commits to master since this release
  • New layers added: Concat, Reshape, CDFMax, PrefixSum, Upsampling, Add (element-wise), CDF2PDF, EntryConvolution
  • MSE Layer reworked into generic LError layer (L2 by default)
  • Average and Max subsampling layers are now capable of subsampling in feature map and entry directions
  • Max subsampling can do MIN as well
  • Optional scale parameter for AverageSubsampling layer added
  • Detailed info on layers in the schema dumped
  • Dumping graph with layer configs in debug mode
  • Added dumping data in CSV format
  • Runtime layer replacement with data layers
  • Bug fixes