Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MathsProvider to template for dynamic model loading #152

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

mikeoliphant
Copy link
Contributor

This PR adds the MathsProvider template parameter for the dynamic model json parser. I wired it up so that it gets used for LSTM layer creation - other layers may also need it.

@jatinchowdhury18
Copy link
Owner

Nice, this is a good solution to the problem we were talking about, for run-time model architectures... Would you mind adding the template parameter forwarding for the GRU layer, and relevant Activation layers as well?

@mikeoliphant
Copy link
Contributor Author

Done (I think).

@jatinchowdhury18
Copy link
Owner

Perfect. Thanks for the contribution!

@jatinchowdhury18 jatinchowdhury18 merged commit f2b61e5 into jatinchowdhury18:main Nov 5, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants