Skip to content

Commit

Permalink
Fix minor typo. Thanks to @Keson96.
Browse files Browse the repository at this point in the history
  • Loading branch information
rishizek committed Sep 30, 2018
1 parent d83d4be commit a5d7ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplab_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def deeplab_v3_generator(num_classes,
batch_norm_decay = _BATCH_NORM_DECAY

if base_architecture not in ['resnet_v2_50', 'resnet_v2_101']:
raise ValueError("'base_architrecture' must be either 'resnet_v2_50' or 'resnet_v2_50'.")
raise ValueError("'base_architrecture' must be either 'resnet_v2_50' or 'resnet_v2_101'.")

if base_architecture == 'resnet_v2_50':
base_model = resnet_v2.resnet_v2_50
Expand Down

0 comments on commit a5d7ff2

Please sign in to comment.