class documentation
class LogitsMixin(object): (source)
Known subclasses: fiftyone.utils.eta.ETAModel
, fiftyone.utils.torch.TorchImageModel
Mixin for Model
classes that can generate logits for their
predictions.
This mixin allows for the possibility that only some instances of a class
are capable of generating logits, per the value of the
has_logits
property.
Method | __init__ |
Undocumented |
Method | store |
Undocumented |
Property | has |
Whether this instance can generate logits. |
Property | store |
Whether the model should store logits in its predictions. |
Instance Variable | _store |
Undocumented |
overridden in
fiftyone.utils.eta.ETAModel
, fiftyone.utils.torch.TorchImageModel
Whether this instance can generate logits.