Frugally Deep Versions Save

A lightweight header-only library for using Keras (TensorFlow) models in C++.

v0.16.0

4 weeks ago
  • Updates TensorFlow from 2.15 to 2.16, which resulted in some non-minor changes.
  • Dropped support for Bidirectional, GRU, LSTM, and stateful models. They might be re-added again in the future though.

v0.15.31

2 months ago
  • Simplified the internal implementation of sum_tensors
  • Removed some redundant internal stuff
  • Auto-formatted all code

v0.15.30

4 months ago
  • Added support for MultiHeadAttention layers

v0.15.29

4 months ago
  • Removed the -p0 suffix from our version numbers

v0.15.28-p0

4 months ago
  • Improved the install process using CMake on Fedora Linux

v0.15.27-p0

5 months ago
  • Added support for UnitNormalization layers.

v0.15.26-p0

5 months ago
  • Added support for LayerNormalization layer.
  • Some improvements on BatchNormalization.

v0.15.25-p0

6 months ago

v0.15.24-p0

7 months ago
  • Updated dependency FunctionalPlus to version v0.2.20-p0