AndrewZhaoLuo commented on issue #14661:
URL: https://github.com/apache/tvm/issues/14661#issuecomment-1525949224

   Ah the answer is as of opset 11, strides is an optional attribute. If it is 
not present, you just treat it as 1 along every spatial axis. 
   
   Should be simple to fix, but basically you replace `attrs['strides']` with 
something like `attrs.get('strides', [1] * num_spatial_dims)`. If you want to 
open up a fix that is cool. If not I can do it too. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to