Releases: Dobiasd/frugally-deep
Releases · Dobiasd/frugally-deep
v0.18.2
- Fixed default negative slope for leaky-relu activation from
0.3
to 0.2
v0.18.1
- Added support for
Normalization
layers with invert=True
v0.18.0
- Added support for multiple new activation functions/layers
v0.17.1
- Added support for
negative_slope
in LeakyReLU
layer
v0.17.0
- Added support for
Conv1DTranspose
and Conv2DTranspose
layers
- Augmented Python scripts with type annotations
v0.16.3
- Fix invalid-node-index error when using autoencoder models assembled in a specific way
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