Releases: Dobiasd/frugally-deep
Releases · Dobiasd/frugally-deep
v0.9.4-p0
- Support for multiplication of arbitrarily-shaped tensors with single-value tensors.
v0.9.3-p0
Fix previous (broken) release.
v0.9.2-p0
- Add support for
GaussianNoise
layers.
v0.9.1-p0
- Automatic validation of the output shapes of the prediction results
v0.9.0-p0
- Store output shape of the model.
The version jumps from 0.8.x
to 0.9.0
, because existing .json
models have to be re-converted from .h5
to .json
.
v0.8.6-p0
- Additional checks for unsupported layer options during model conversion. This helps to detect early if a certain model architecture is not supported by frugally-deep.
v0.8.5-p0
- Support for
initial_state
in LSTM
layers
v0.8.4-p0
- Support for
bilinear
interpolation in Upsampling2D
layers
v0.8.3-p0
- Support for
causal
padding in Conv1D