Skip to content

Commit 31adb0b

Browse files
authored
Fix typo
1 parent 57b9931 commit 31adb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/deeplab/core/feature_extractor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def extract_features(images,
160160
preprocess_images=True,
161161
num_classes=None,
162162
global_pool=False):
163-
"""Extracts features by the parituclar model_variant.
163+
"""Extracts features by the particular model_variant.
164164
165165
Args:
166166
images: A tensor of size [batch, height, width, channels].

0 commit comments

Comments
 (0)