All Versions
45
Latest Version
Avg Release Cycle
16 days
Latest Release
1021 days ago

Changelog History
Page 4

  • v0.8.4-p0 Changes

    July 18, 2019
    • ๐Ÿ‘Œ Support for bilinear interpolation in Upsampling2D layers
  • v0.8.3 Changes

    July 11, 2019
    • ๐Ÿ‘Œ Support for causal padding in Conv1D
  • v0.8.3-p0 Changes

    July 11, 2019
    • ๐Ÿ‘Œ Support for causal padding in Conv1D
  • v0.8.2 Changes

    July 10, 2019
    • ๐Ÿ‘Œ Support for models with shared Embedding layers
  • v0.8.2-p0 Changes

    July 10, 2019
    • ๐Ÿ‘Œ Support for models with shared Embedding layers
  • v0.8.1 Changes

    June 23, 2019
    • ๐Ÿ‘ Allow conversion of models directly from memory to json, without saving as h5 in between
    • โž• Add support for LSTM layers with return_state=True
    • ๐Ÿ›  Fix show_tensor5
  • v0.8.1-p0 Changes

    June 23, 2019
    • ๐Ÿ‘ Allow conversion of models directly from memory to json, without saving as h5 in between
    • โž• Add support for LSTM layers with return_state=True
    • ๐Ÿ›  Fix show_tensor5
  • v0.8.0 Changes

    April 10, 2019
    • ๐Ÿ‘Œ Improved error messages
    • ๐Ÿ›  Fixed certain cases of Concatenate layer with non-default axis
    • ๐Ÿ‘Œ Support custom layers (by injecting user-land factory functions into fdeep::load_model)
  • v0.8.0-p0 Changes

    April 10, 2019
    • ๐Ÿ‘Œ Improved error messages
    • ๐Ÿ›  Fixed certain cases of Concatenate layer with non-default axis
    • ๐Ÿ‘Œ Support custom layers (by injecting user-land factory functions into fdeep::load_model)
  • v0.7.11 Changes

    March 28, 2019
    • ๐Ÿ†• New --no-tests command-line flag for convert_model.py to optionally avoid generating tests at all.