From d3ef1373dad8414b5825baa8012123d987e686d4 Mon Sep 17 00:00:00 2001 From: Chris Gyurgyik <37983775+cgyurgyik@users.noreply.github.com> Date: Sun, 11 Oct 2020 13:42:09 -0400 Subject: [PATCH] Fix typographical error. (#6664) --- python/tvm/relay/testing/vgg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tvm/relay/testing/vgg.py b/python/tvm/relay/testing/vgg.py index 339932b34d44..b14c069ed0f4 100644 --- a/python/tvm/relay/testing/vgg.py +++ b/python/tvm/relay/testing/vgg.py @@ -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(