I’m not sure about the error, but the number of trials you set is might be the
global trials among all tasks. The default maximum trials per iteration is 64
so that could be the reason, but you can change that too if you want with
num_trials_per_iter.
Maybe for the error try using a different variable in the forward function?
out = self.conv(x) return out
---
[Visit
Topic](https://discuss.tvm.apache.org/t/metascheduletunetir-does-not-work-well/18726/3)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.apache.org/email/unsubscribe/54d52375abc890292ab66a58d34f99a1465d4782d8c8a59a2cb9e8cba0181218).