-
Notifications
You must be signed in to change notification settings - Fork 249
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
Feature: Support ONNX conversion for models #97
Comments
Currently, the code base does not have code to support ONNX conversion. We are looking into supporting this and have tried some ideas. However, due to the new architecture, we still need to finalize this. @AlexanderPfefferle do you have more information about this? |
#165 enabled ONNX export TabPFN/tests/test_classifier_interface.py Lines 227 to 289 in b0bc461
Currently, you can only use the exported model with the exact same number of features that the example input for exporting had, but @LeoGrin is looking into that. |
Do you support ONNX conversion?
The text was updated successfully, but these errors were encountered: