All Versions
45
Latest Version
Avg Release Cycle
16 days
Latest Release
1343 days ago

Changelog History
Page 1

  • v0.15.1-p0 Changes

    August 15, 2020
    • โž• Adds support for duplicate layer names in nested models (see issue #237)
  • v0.15.0-p0 Changes

    August 13, 2020

    โšก๏ธ Update TensorFlow to version 2.3

  • v0.14.4-p0 Changes

    July 02, 2020
    • โœ… Use the latest version of Use FunctionalPlus (0.2.8).
    • Some CMake improvements.
  • v0.14.3-p0 Changes

    June 02, 2020

    ๐ŸŽ Further performance improvements for 2d convolutions with big input tensors (see issue 226 and issue 227), while also reducing memory usage.

  • v0.14.2-p0 Changes

    May 30, 2020

    ๐Ÿ›  Fix some edge case for very small convolutions.

  • v0.14.1-p0 Changes

    May 30, 2020
    • ๐Ÿ‘Œ Improved performance of convolution (Conv2D) on large input tensors, while also reducing memory usage.
  • v0.14.0-p0 Changes

    May 21, 2020
    • ๐ŸŽ Tensors are now stored in aligned memory blocks according to Eigen::aligned_allocator<T> for performance.
  • v0.13.1-p0 Changes

    April 21, 2020
    • ๐Ÿ‘Œ Improve performance of LSTM and GRU
  • v0.13.0-p0 Changes

    April 10, 2020
    • โšก๏ธ Update Tensorflow to version 2.1.
    • Subsequent adjustments of RNN layers.
  • v0.12.1-p0 Changes

    February 28, 2020

    ๐Ÿ‘Œ Improved performance for LTSM and GRU.