Skip to content

Releases: Dobiasd/frugally-deep

v0.15.2-p0

23 Feb 15:35
Compare
Choose a tag to compare
  • Fix average_pooling_2d_layer and max_pooling_2d_layer for channels_first
  • Fix MSVC Compiler Warning C4701 "potentially uninitialized local variable" in time_distributed_layer.hpp
  • Add support for RandomRotation layer (no-op in prediction)
  • Improved documentation

v0.15.1-p0

15 Aug 14:16
Compare
Choose a tag to compare
  • Adds support for duplicate layer names in nested models (see issue #237)

v0.15.0-p0

13 Aug 17:26
Compare
Choose a tag to compare

Update TensorFlow to version 2.3

v0.14.4-p0

02 Jul 15:04
Compare
Choose a tag to compare
  • Use the latest version of Use FunctionalPlus (0.2.8).
  • Some CMake improvements.

v0.14.3-p0

02 Jun 11:34
Compare
Choose a tag to compare

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

30 May 07:45
Compare
Choose a tag to compare

Fix some edge case for very small convolutions.

v0.14.1-p0

30 May 06:35
cee3d94
Compare
Choose a tag to compare
  • Improved performance of convolution (Conv2D) on large input tensors, while also reducing memory usage.

v0.14.0-p0

21 May 06:06
Compare
Choose a tag to compare
  • Tensors are now stored in aligned memory blocks according to Eigen::aligned_allocator<T> for performance.

v0.13.1-p0

21 Apr 16:33
Compare
Choose a tag to compare
  • Improve performance of LSTM and GRU

v0.13.0-p0

10 Apr 06:47
0474498
Compare
Choose a tag to compare
  • Update Tensorflow to version 2.1.
  • Subsequent adjustments of RNN layers.