We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32042f commit 515fc88Copy full SHA for 515fc88
gallery/tutorial/autotvm_relay_x86.py
@@ -347,7 +347,7 @@
347
# spent tuning. The number of trials required for convergence will vary
348
# depending on the specifics of the model and the target platform.
349
350
-# begin by extracting the taks from the onnx model
+# begin by extracting the tasks from the onnx model
351
tasks = autotvm.task.extract_from_program(mod["main"], target=target, params=params)
352
353
# Tune the extracted tasks sequentially.
0 commit comments