Skip to content

Commit

Permalink
Fix typographical error. (apache#6664)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgyurgyik authored and trevor-m committed Oct 19, 2020
1 parent e9e08dc commit 1d33b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/testing/vgg.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


def get_feature(internal_layer, layers, filters, batch_norm=False):
"""Get VGG feature body as stacks of convoltions."""
"""Get VGG feature body as stacks of convolutions."""
for i, num in enumerate(layers):
for j in range(num):
internal_layer = wrapper.conv2d(
Expand Down

0 comments on commit 1d33b19

Please sign in to comment.