Skip to content

Commit

Permalink
Fix CSPDarkNetBackbone export (keras-team#2096)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstenbit authored Oct 5, 2023
1 parent a324be9 commit 795cb9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from keras_cv.utils.python_utils import classproperty


@keras_cv_export("keras_cv.losses.CSPDarkNetBackbone")
@keras_cv_export("keras_cv.models.CSPDarkNetBackbone")
class CSPDarkNetBackbone(Backbone):
"""This class represents the CSPDarkNet architecture.
Expand Down

0 comments on commit 795cb9c

Please sign in to comment.