![]() |
Configurable options for object detector model.
mediapipe_model_maker.object_detector.ModelOptions(
l2_weight_decay: float = 3e-05
)
Attributes | |
---|---|
l2_weight_decay
|
L2 regularization penalty used in https://www.tensorflow.org/api_docs/python/tf/keras/regularizers/L2. |
Methods
__eq__
__eq__(
other
)
Class Variables | |
---|---|
l2_weight_decay |
3e-05
|