Skip to content

Commit 515fc88

Browse files
authored
Update autotvm_relay_x86.py (#9601)
1 parent f32042f commit 515fc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gallery/tutorial/autotvm_relay_x86.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
# spent tuning. The number of trials required for convergence will vary
348348
# depending on the specifics of the model and the target platform.
349349

350-
# begin by extracting the taks from the onnx model
350+
# begin by extracting the tasks from the onnx model
351351
tasks = autotvm.task.extract_from_program(mod["main"], target=target, params=params)
352352

353353
# Tune the extracted tasks sequentially.

0 commit comments

Comments
 (0)