the autotvm of intel_grapchis can work, but there are some problems.
it seems that for conv2d it just ran one time even when i set the early_stop to large number
maybe it related to the tasks create, I tried to defined the task of conv2d with template_key= ‘direct’, but failed
after the autotvm of tasks, when doing the build, it failed when with relay.build_config(opt_level=3):
it failed: KeyError: ‘tile_ic’
but it can pass if opt_level is set to 2 in the with relay.build_config(opt_level=2)
@Laurawly
Could you help take a look at these problems? thanks a lot!
for it failed: keyError: ‘tile_ic’ , is it caused by this : No available config in the history file. the tuning space is just 1 and unfortunately that only one config cannot be built for some reasons ? for op_name % conv2d, it always ran just 1 trial even when the early_stopping set to large number.