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/04/30 14:11:58 UTC

[GitHub] [tvm] Sundrique opened a new pull request #7955: [Frontend][Tensorflow] Fix strided_slice with shrink_axis_mask and negative begin

Sundrique opened a new pull request #7955:
URL: https://github.com/apache/tvm/pull/7955


   The end of the slice should be updated using calculated (positive) begin not the original. Otherwise it can result in an error like the following:
   ```
   TVMError: 
   ---------------------------------------------------------------
   An error occurred during the execution of TVM.
   For more information, please see: https://tvm.apache.org/docs/errors.html
   ---------------------------------------------------------------
     Check failed: (false) is false: [23:06:44] /Volumes/Unix/tvm-source/src/relay/op/tensor/transform.cc:2505: 
   ---------------------------------------------------------------
   An error occurred during the execution of TVM.
   For more information, please see: https://tvm.apache.org/docs/errors.html
   ---------------------------------------------------------------
   
     Check failed: begin_v <= end_v (3 vs. 0) : strided_slice get invalid slice at axis 0
   ```
   Fixes #5172
   


-- 
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] jroesch closed pull request #7955: [Frontend][Tensorflow] Fix strided_slice with shrink_axis_mask and negative begin

Posted by GitBox <gi...@apache.org>.
jroesch closed pull request #7955:
URL: https://github.com/apache/tvm/pull/7955


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] yidawang commented on pull request #7955: [Frontend][Tensorflow] Fix strided_slice with shrink_axis_mask and negative begin

Posted by GitBox <gi...@apache.org>.
yidawang commented on pull request #7955:
URL: https://github.com/apache/tvm/pull/7955#issuecomment-832079345


   cc @yongwww @icemelon9 @srkreddy1238 


-- 
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] jroesch commented on pull request #7955: [Frontend][Tensorflow] Fix strided_slice with shrink_axis_mask and negative begin

Posted by GitBox <gi...@apache.org>.
jroesch commented on pull request #7955:
URL: https://github.com/apache/tvm/pull/7955#issuecomment-1016834239


   This PR appears to be out of date, please feel free to reopen it if this is not the case.
   
   As part of the new year we are attempting to triage the project's open pull requests to ensure that code which
   is ready for review and/or merging receives adequate attention.
   
   Thanks again for your contribution, and feel free to reach out to discuss these changes.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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