[Short description explaining the high-level reason for the pull request]
One new Jupyter notebook to show how to serialize the LSTM model, to deserialize into another model instance and to check that model outputs are identical.
Additions
lstm_serialization_test.ipynb
Removals
-
Changes
-
Testing
1.
Screenshots
Notes
-
Todos
-
Checklist
[x] PR has an informative and human-readable title
[x] Changes are limited to a single goal (no scope creep)
[x] Code can be automatically merged (no conflicts)
[x] Code follows project standards (link if applicable)
[x] Passes all existing automated tests
[ ] Any change in functionality is tested
[ ] New functions are documented (with a description, list of inputs, and expected output)
[ ] Placeholder code is flagged / future todos are captured in comments
[ ] Visually tested in supported browsers and devices (see checklist below :point_down:)
[ ] Project documentation has been updated (including the "Unreleased" section of the CHANGELOG)
[ ] Reviewers requested with the Reviewers tool :arrow_right:
[Short description explaining the high-level reason for the pull request] One new Jupyter notebook to show how to serialize the LSTM model, to deserialize into another model instance and to check that model outputs are identical.
Additions
Removals
-
Changes
-
Testing
1.
Screenshots
Notes
-
Todos
-
Checklist
Testing checklist
Target Environment support
Accessibility
Other