Autotvm can not load the NHWC model? how should i do?

i use auto-tuning to tuning the tflite model ,but it give some errors: just support “NCHW”,so how should i do to convert the “NHWC” to “NCHW”? thanks

@aa12356jm I have encountered the Same problem,autotvm seems not support nhwc layout。:cry:

but you can try to convert tensorflow pb model to onnx model(layout NCHW),take a try!!!