class documentation
class TorchCLIPModelConfig(fout.TorchImageModelConfig, fozm.HasZooModel): (source)
Constructor: TorchCLIPModelConfig(d)
Configuration for running a TorchCLIPModel
.
See fiftyone.utils.torch.TorchImageModelConfig
for additional
arguments.
Parameters | |
tokenizer | the filename in fo.config.model_zoo_dir in which to store the model's tokenizer |
tokenizer | a URL from which the tokenizer can be downloaded, if necessary |
context | the model's context length |
text | the text prompt to use, e.g., "A photo of" |
classes | a list of custom classes for zero-shot prediction |
Method | __init__ |
Undocumented |
Method | download |
Undocumented |
Instance Variable | context |
Undocumented |
Instance Variable | text |
Undocumented |
Instance Variable | tokenizer |
Undocumented |
Instance Variable | tokenizer |
Undocumented |
Property | tokenizer |
Undocumented |
Instance Variable | _tokenizer |
Undocumented |
Inherited from TorchImageModelConfig
:
Instance Variable | as |
Undocumented |
Instance Variable | confidence |
Undocumented |
Instance Variable | cudnn |
Undocumented |
Instance Variable | device |
Undocumented |
Instance Variable | embeddings |
Undocumented |
Instance Variable | entrypoint |
Undocumented |
Instance Variable | entrypoint |
Undocumented |
Instance Variable | image |
Undocumented |
Instance Variable | image |
Undocumented |
Instance Variable | image |
Undocumented |
Instance Variable | image |
Undocumented |
Instance Variable | image |
Undocumented |
Instance Variable | image |
Undocumented |
Instance Variable | image |
Undocumented |
Instance Variable | image |
Undocumented |
Instance Variable | image |
Undocumented |
Instance Variable | labels |
Undocumented |
Instance Variable | labels |
Undocumented |
Instance Variable | mask |
Undocumented |
Instance Variable | mask |
Undocumented |
Instance Variable | model |
Undocumented |
Instance Variable | output |
Undocumented |
Instance Variable | output |
Undocumented |
Instance Variable | output |
Undocumented |
Instance Variable | ragged |
Undocumented |
Instance Variable | raw |
Undocumented |
Instance Variable | skeleton |
Undocumented |
Instance Variable | transforms |
Undocumented |
Instance Variable | transforms |
Undocumented |
Instance Variable | transforms |
Undocumented |
Instance Variable | use |
Undocumented |
Inherited from Config
(via TorchImageModelConfig
):
Method | __repr__ |
Undocumented |
Inherited from HasZooModel
(via TorchImageModelConfig
, Config
):
Method | download |
Undocumented |
Instance Variable | model |
Undocumented |
Class Method | _get |
Undocumented |