otx.cli.registry#
Model templates registry.
Functions
|
In first function attempts to read a model template from disk under assumption that a path is passed. |
Classes
|
Class that implements a model templates registry. |
- class otx.cli.registry.Registry(templates_dir=None, templates=None, experimental=False)[source]#
Bases:
object
Class that implements a model templates registry.
- filter(framework=None, task_type=None)[source]#
Filters registry by framework and/or task type and returns filtered registry.