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

[ENH][REF] Add implementation for torch backend in the scoreboard model #611

Open
jgranley opened this issue Feb 29, 2024 · 0 comments
Open
Assignees

Comments

@jgranley
Copy link
Member

Support engine='torch' for the scoreboard model. This should provide an example implementation for any future torch models. The torch class should inherit from nn.module. Any other architectural details (e.g. abstract or mixin classes, changes to Model or BaseModel) should also be sorted out.

This does not need to worry at all about compiling to ONNX yet. Lets just get a torch backend working first.

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

No branches or pull requests

2 participants