We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from inference import get_model
model = get_model(model_id="",api_key='')
this function can download onnx weights,but I just want pytorch weights,can this function download pytorch weights?
No response
The text was updated successfully, but these errors were encountered:
Hi there
get_model(...) is supposed to pull the model from Roboflow platform, we do ship models via onnx now, probably you cannot run arbitrary torch model
get_model(...)
Sorry, something went wrong.
No branches or pull requests
Search before asking
Description
from inference import get_model
load a pre-trained yolov8n model
model = get_model(model_id="",api_key='')
this function can download onnx weights,but I just want pytorch weights,can this function download pytorch weights?
Use case
No response
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: