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
For some projects versions, the model is being None when it should not be.
None
This happens because the API may return a single 'model' key, not always 'models' on the check below
'model'
'models'
roboflow-python/roboflow/core/version.py
Line 100 in 3620fda
The text was updated successfully, but these errors were encountered:
It was a recent change. Ref #276.
cc @stellasphere
Sorry, something went wrong.
joaomarcoscrs
No branches or pull requests
For some projects versions, the model is being
None
when it should not be.This happens because the API may return a single
'model'
key, not always'models'
on the check belowroboflow-python/roboflow/core/version.py
Line 100 in 3620fda
The text was updated successfully, but these errors were encountered: