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

Improve Taylor models and similar structures #117

Open
reverendbedford opened this issue Dec 14, 2023 · 0 comments
Open

Improve Taylor models and similar structures #117

reverendbedford opened this issue Dec 14, 2023 · 0 comments
Assignees
Labels
C++ enhancement New feature or request good first issue Good for newcomers

Comments

@reverendbedford
Copy link
Owner

We need a way to "wrap" a batch dimension in some reduction/expansion operations. So a model of this type might expand the base model forces along some axis, run the batch, but only return the average result. The external interface to this type of model is consistent -- you have the same batch shapes in and out. The only real challenge is the "inner" model state, which will have one extra batch dimension and, for stateful models, need to persist from time step to time step.

Solving issue #116 may help with this.

@hugary1995 hugary1995 added enhancement New feature or request good first issue Good for newcomers C++ labels Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants