Skip to content

Commit

Permalink
#movinet Fix a typo.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 416121213
  • Loading branch information
yuanliangzhe authored and tensorflower-gardener committed Dec 13, 2021
1 parent 184581b commit 8e8aac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion official/vision/beta/projects/movinet/modeling/movinet.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def _build_network(
if not (len(block.expand_filters) == len(block.kernel_sizes) ==
len(block.strides)):
raise ValueError(
'Lenths of block parameters differ: {}, {}, {}'.format(
'Lengths of block parameters differ: {}, {}, {}'.format(
len(block.expand_filters),
len(block.kernel_sizes),
len(block.strides)))
Expand Down

0 comments on commit 8e8aac5

Please sign in to comment.