v0.13.1
VGSLify v0.13.1 Release Notes
Release Date: October 2024
Bug Fixes:
-
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.
-
GRU Support for
summarizeFunction:- Addressed a bug where the
summarizefunction only worked for LSTM layers and not for GRU layers. Now, both LSTM and GRU models are properly summarized.
- Addressed a bug where the
Documentation
Documentation is available at: VGSLify Documentation.