frugally-deep

Header-only library for using Keras (TensorFlow) models in C++.

MIT License

Stars
1K
Committers
32

Bot releases are hidden (Show)

frugally-deep - v0.16.0 Latest Release

Published by Dobiasd 6 months 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.
frugally-deep - v0.15.31

Published by Dobiasd 8 months ago

  • Simplified the internal implementation of sum_tensors
  • Removed some redundant internal stuff
  • Auto-formatted all code
frugally-deep - v0.15.30

Published by Dobiasd 10 months ago

  • Added support for MultiHeadAttention layers
frugally-deep - v0.15.29

Published by Dobiasd 10 months ago

  • Removed the -p0 suffix from our version numbers
frugally-deep - v0.15.28-p0

Published by Dobiasd 10 months ago

  • Improved the install process using CMake on Fedora Linux
frugally-deep - v0.15.27-p0

Published by Dobiasd 11 months ago

  • Added support for UnitNormalization layers.
frugally-deep - v0.15.26-p0

Published by Dobiasd 11 months ago

  • Added support for LayerNormalization layer.
  • Some improvements on BatchNormalization.
frugally-deep - v0.15.25-p0

Published by Dobiasd 12 months ago

frugally-deep - v0.15.24-p0

Published by Dobiasd about 1 year ago

  • Updated dependency FunctionalPlus to version v0.2.20-p0
frugally-deep - v0.15.23-p0

Published by Dobiasd about 1 year ago

frugally-deep - v0.15.22-p0

Published by Dobiasd about 1 year ago

frugally-deep - v0.15.21-p0

Published by Dobiasd about 1 year ago

  • Added support for CategoryEncoding layer with output_mode one_hot
  • Added support for Attention layer
  • Fixed zero variance in a Normalization layer
  • Added support for keepdims in global pooling layers
frugally-deep - v0.15.20-p0

Published by Dobiasd over 1 year ago

  • Improved the performance of the Dense layer
  • Fixed variance-size assertion in the Normalization layer
  • Added support for new layer types:
    • ActivityRegularization
    • CategoryEncoding
    • CenterCrop
    • Cropping3D
    • Dot
    • Minimum
    • Resizing
    • ZeroPadding3D
frugally-deep - v0.15.19-p0

Published by Dobiasd about 2 years ago

  • Fixes interpretation of axis value in Normalization layer (issue 357)
frugally-deep - v0.15.18-p0

Published by Dobiasd over 2 years ago

  • Improved performance (with strides==(1, 1)) of Conv2D, DepthwiseConv2D, and SeparableConv2D.
  • JSON export: Reduced memory usage and output.file size.
frugally-deep - v0.15.17-p0

Published by Dobiasd over 2 years ago

  • Added support for the Rescaling layer.
frugally-deep - v0.15.16-p0

Published by Dobiasd over 2 years ago

  • Fixed missing inline keyword.
frugally-deep - v0.15.15-p0

Published by Dobiasd over 2 years ago

  • Improved performance of SeparableConv2D and DepthwiseConv2D layers
frugally-deep - v0.15.14-p0

Published by Dobiasd over 2 years ago

  • improved checks and docs
  • added support for FixedDropout (noop)
  • added support for tensor expansion in Multiply layer
frugally-deep - v0.15.13-p0

Published by Dobiasd almost 3 years ago