You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/10/11 17:42:20 UTC

[incubator-tvm] branch main updated: Fix typographical error. (#6664)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new d3ef137  Fix typographical error. (#6664)
d3ef137 is described below

commit d3ef1373dad8414b5825baa8012123d987e686d4
Author: Chris Gyurgyik <37...@users.noreply.github.com>
AuthorDate: Sun Oct 11 13:42:09 2020 -0400

    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 339932b..b14c069 100644
--- a/python/tvm/relay/testing/vgg.py
+++ b/python/tvm/relay/testing/vgg.py
@@ -26,7 +26,7 @@ from . import layers as wrapper
 
 
 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(