enable_model()
- 1 Minute to read
enable_model()
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
Disable specific model.
Reference
Arguments
Arguments | Type | Description |
---|---|---|
model_obj | ModelHandler | ModelHandler object representing the model to disable |
Return
None
Exceptions
RayaCVInvalidModel
RayaCVInvalidType
RayaCVNotEnabledType
RayaCVModelNotDisabled
See the complete list of cv exceptions.
Usage Example
>>> cv.disable_model(model_obj=model)
Was this article helpful?