Skip to content

v0.13.1

Choose a tag to compare

@TimKoornstra TimKoornstra released this 22 Oct 13:55
· 23 commits to main since this release

VGSLify v0.13.1 Release Notes

Release Date: October 2024

Bug Fixes:

  1. RNN Layer Type Selection:

    • Fixed an issue where the correct layer type was not always chosen during the creation of RNN layers. The update ensures that both LSTM and GRU layers are selected properly according to the configuration.
  2. GRU Support for summarize Function:

    • Addressed a bug where the summarize function only worked for LSTM layers and not for GRU layers. Now, both LSTM and GRU models are properly summarized.

Documentation

Documentation is available at: VGSLify Documentation.