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

Implement Inference with ONNX Runtime #276

Closed
tanaysoni opened this issue Mar 12, 2020 · 1 comment
Closed

Implement Inference with ONNX Runtime #276

tanaysoni opened this issue Mar 12, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tanaysoni
Copy link
Contributor

tanaysoni commented Mar 12, 2020

ONNX Runtime is a high-performance Inference engine for ONNX models.

As per this benchmark with a BERT model, we could get significant gains in the forward pass of the model.

To use ONNX Runtime, we need the conversion of FARM AdaptiveModel to ONNX format and adjust(or implement a new) Inferencer.

@tanaysoni
Copy link
Contributor Author

Resolved by #288.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant