tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[Tracking Issue] How to avoid TVM increased tensor dimension?

Open dspeia opened this issue 1 year ago • 2 comments
trafficstars

I use TVM to refine my onnx model that contains max tensor dimension is < 4, but when i check the new onnx model output from TVM, i found there are 5-dim tensor in model, it means TVM increased the tensor dimension that flow in model.

Are there some parameters can set the max tensor dimension to avoid TVM increased tensor dimension? thanks in advance.

  • needs-triage

dspeia avatar Sep 25 '24 08:09 dspeia

Thanks for this awesome project, any reply would be greatly appreciated. @MasterJH5574 @mshr-h @vinx13 @Hzfengsy @Lunderberg @tqchen

dspeia avatar Sep 26 '24 06:09 dspeia

for now we don't have such setting unfortunately

tqchen avatar Sep 26 '24 19:09 tqchen