Does AutoTvm check correctness of tuning results?

It seems that AutoTVM does not check the correctness when applying the run_through_rpc function.

Should AutoTvm use functions like ‘assert_allclose’ to guarantee the correctness?

AutoTVM has an option to check the correctness in the past but has been removed recently due to various of reasons. See the following PR for details

1 Like