From 11f3a9f96897f7c43b83a5dff077a77a8cd2d9a3 Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Fri, 12 Apr 2019 18:21:06 +0800 Subject: [PATCH] [AutoTVM] Fix typos Signed-off-by: Ce Gao --- 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 dac4f157f44a..832e060312d4 100644 --- a/tutorials/autotvm/tune_simple_template.py +++ b/tutorials/autotvm/tune_simple_template.py @@ -63,7 +63,7 @@ # -------------------------------- # In this section, we will rewrite a deterministic tvm schedule code to a # tunable schedule template. You can regard the process of search space definition -# as the parametrization of our exiting schedule code. +# as the parametrization of our existing schedule code. # # To begin with, here is how we implement a blocked matrix multiplication in tvm.