You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/01/06 13:46:10 UTC

[GitHub] [tvm] AzazelHD opened a new issue #7217: NotImplementedError: change_ordering for Slice is not implemented

AzazelHD opened a new issue #7217:
URL: https://github.com/apache/tvm/issues/7217


   As the tittle sais, I am getting this error when trying to convert a model.
   
   ``NotImplementedError: change_ordering for Slice is not implemented``
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tvm] masahi closed issue #7217: NotImplementedError: change_ordering for Slice is not implemented

Posted by GitBox <gi...@apache.org>.
masahi closed issue #7217:
URL: https://github.com/apache/tvm/issues/7217


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tvm] insop commented on issue #7217: NotImplementedError: change_ordering for Slice is not implemented

Posted by GitBox <gi...@apache.org>.
insop commented on issue #7217:
URL: https://github.com/apache/tvm/issues/7217#issuecomment-755853588


   @AzazelHD
   It would help others if you add details, such as from what software frame you convert, what type of model you are referring, and so on.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tvm] AzazelHD commented on issue #7217: NotImplementedError: change_ordering for Slice is not implemented

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



[GitHub] [tvm] masahi commented on issue #7217: NotImplementedError: change_ordering for Slice is not implemented

Posted by GitBox <gi...@apache.org>.
masahi commented on issue #7217:
URL: https://github.com/apache/tvm/issues/7217#issuecomment-757409008


   Sounds like this is not a problem of TVM.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tvm] AzazelHD commented on issue #7217: NotImplementedError: change_ordering for Slice is not implemented

Posted by GitBox <gi...@apache.org>.
AzazelHD commented on issue #7217:
URL: https://github.com/apache/tvm/issues/7217#issuecomment-757474893


   WTF are you doing closing the issue without resolving it? HAHAHAAHAHAHAHAHA 
   
   So you just don't wanna have anything to do with it, so you just close it? LMAO HAHAHAHAAHAHAHAHAH


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tvm] masahi closed issue #7217: NotImplementedError: change_ordering for Slice is not implemented

Posted by GitBox <gi...@apache.org>.
masahi closed issue #7217:
URL: https://github.com/apache/tvm/issues/7217


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tvm] AzazelHD edited a comment on issue #7217: NotImplementedError: change_ordering for Slice is not implemented

Posted by GitBox <gi...@apache.org>.
AzazelHD edited a comment 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 using CPU 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:
users@infra.apache.org



[GitHub] [tvm] masahi commented on issue #7217: NotImplementedError: change_ordering for Slice is not implemented

Posted by GitBox <gi...@apache.org>.
masahi commented on issue #7217:
URL: https://github.com/apache/tvm/issues/7217#issuecomment-757409008


   Sounds like this is not a problem of TVM.


----------------------------------------------------------------
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:
users@infra.apache.org