AzazelHD commented on issue #7217:
URL: https://github.com/apache/tvm/issues/7217#issuecomment-756106197


   Yeah. I got a model that is on pytorch format. I used ``pytorch2keras`` 
library (python), and posted this error there. They said it must be an 
``onnx2keras`` error.
   
   The model was trained on GPU, but on keras I wanna predict since my GPU is 
AMD. 
   
   Model was on format BCHW, but CPU only admits BHWC format, so I passed 
``pytorch_to_keras`` ``change_ordering=True``. This arguments attempts to 
convert BCHW to BHWC.
   
   But then I got that error


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to