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

Make GraphNeT models "jittable" #541

Open
asogaard opened this issue May 26, 2023 · 0 comments
Open

Make GraphNeT models "jittable" #541

asogaard opened this issue May 26, 2023 · 0 comments
Labels
feature New feature or request

Comments

@asogaard
Copy link
Collaborator

asogaard commented May 26, 2023

Making models "jittable" makes it possible to save model artifacts completely indepent of framework code, in contrast to save the pytorch model and/or state_dict. This requires refactoring all Model classes to make them compatible with torch.jit.script(model).

See:

@asogaard asogaard added this to the v2.0 / Features milestone May 26, 2023
@asogaard asogaard added the feature New feature or request label May 26, 2023
@RasmusOrsoe RasmusOrsoe removed this from the v2.0 / Features milestone Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: To do
Development

No branches or pull requests

2 participants