Skip to content

Commit

Permalink
Update retinanet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sineeli authored Aug 16, 2024
1 parent 3d417ea commit 7346862
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7346862

Please sign in to comment.