Skip to content

Commit fd85faa

Browse files
authored
Fix typo
1 parent 6dee886 commit fd85faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_hub/src/models/xception/xception_backbone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class XceptionBackbone(Backbone):
4141
input_data = np.random.uniform(0, 1, size=(2, 224, 224, 3))
4242
4343
# Pretrained Xception backbone.
44-
model = keras_hub.models.Backbone.from_preset("exception_41_imagenet")
44+
model = keras_hub.models.Backbone.from_preset("xception_41_imagenet")
4545
model(input_data)
4646
4747
# Randomly initialized Xception backbone with a custom config.

0 commit comments

Comments
 (0)