From 9056fc40e0b928a0fdf7cdaba3efadabf7f2905c Mon Sep 17 00:00:00 2001 From: Kaiyan Chang <894076259@qq.com> Date: Mon, 27 Jan 2020 08:41:46 +0800 Subject: [PATCH] Update tune_simple_template.py (#4778) fixed a spelling mistake. --- tutorials/autotvm/tune_simple_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/autotvm/tune_simple_template.py b/tutorials/autotvm/tune_simple_template.py index 2e877b4..b6ad7e9 100644 --- a/tutorials/autotvm/tune_simple_template.py +++ b/tutorials/autotvm/tune_simple_template.py @@ -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. # -- 2.7.4