diff --git a/keras_cv/src/models/object_detection/retinanet/retinanet.py b/keras_cv/src/models/object_detection/retinanet/retinanet.py index 4f7af79074..645eecfd4a 100644 --- a/keras_cv/src/models/object_detection/retinanet/retinanet.py +++ b/keras_cv/src/models/object_detection/retinanet/retinanet.py @@ -49,7 +49,7 @@ class RetinaNet(Task): Implements the RetinaNet architecture for object detection. The constructor requires `num_classes`, `bounding_box_format`, and a backbone. Optionally, - a custom label encoder, and prediction decoder may be provided. + a custom label encoder, and prediction decoder may be provided. Example: ```python