Releases: Dobiasd/frugally-deep
Releases · Dobiasd/frugally-deep
v0.15.2-p0
- Fix
average_pooling_2d_layer
andmax_pooling_2d_layer
forchannels_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
- Adds support for duplicate layer names in nested models (see issue #237)
v0.15.0-p0
Update TensorFlow to version 2.3
v0.14.4-p0
- Use the latest version of Use FunctionalPlus (0.2.8).
- Some CMake improvements.
v0.14.3-p0
v0.14.2-p0
Fix some edge case for very small convolutions.
v0.14.1-p0
- Improved performance of convolution (
Conv2D
) on large input tensors, while also reducing memory usage.
v0.14.0-p0
- Tensors are now stored in aligned memory blocks according to
Eigen::aligned_allocator<T>
for performance.
v0.13.1-p0
- Improve performance of LSTM and GRU
v0.13.0-p0
- Update Tensorflow to version 2.1.
- Subsequent adjustments of RNN layers.