Releases: Dobiasd/frugally-deep
Releases · Dobiasd/frugally-deep
v0.16.2
- Switch from
tf.keras
to the separate keras
package
v0.16.1
- Update TensorFlow to version 2.18
- Some minor cleanups
v0.16.0
- 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
- Simplified the internal implementation of
sum_tensors
- Removed some redundant internal stuff
- Auto-formatted all code
v0.15.30
- Added support for
MultiHeadAttention
layers
v0.15.29
- Removed the
-p0
suffix from our version numbers
v0.15.28-p0
- Improved the install process using CMake on Fedora Linux
v0.15.27-p0
- Added support for
UnitNormalization
layers.
v0.15.26-p0
- Added support for
LayerNormalization
layer.
- Some improvements on
BatchNormalization
.
v0.15.25-p0
- Improved performance of softmax calculation (#405)