Update tune_simple_template.py (#4778)
authorKaiyan Chang <894076259@qq.com>
Mon, 27 Jan 2020 00:41:46 +0000 (08:41 +0800)
committerWuwei Lin <wuwei@apache.org>
Mon, 27 Jan 2020 00:41:46 +0000 (19:41 -0500)
fixed a spelling mistake.

tutorials/autotvm/tune_simple_template.py

index 2e877b4..b6ad7e9 100644 (file)
@@ -172,7 +172,7 @@ def matmul_v1(N, L, M, dtype):
 # However, we also provide another set of API to make the space definition
 # easier and smarter. It is recommended to use this set of high level API.
 #
-# In the flowing example, we use :any:`ConfigSpace.define_split` to define a split
+# In the following example, we use :any:`ConfigSpace.define_split` to define a split
 # knob. It will enumerate all the possible ways to split an axis and construct
 # the space.
 #