mbrookhart commented on issue #8177:
URL: https://github.com/apache/tvm/issues/8177#issuecomment-880062033


   @trevor-m I'm hitting an error in this test you added: 
https://github.com/apache/tvm/blob/e1b3ff4ae3b1ea22691e8d3cc9c001459a7aa080/tests/python/frontend/tensorflow/test_forward.py#L460-L468
   
   When updating the TF version in CI. 
   
   The error is 
   ```
   E       ValueError: Nonzero explicit padding in the batch or depth 
dimensions is not supported for '{{node max_pool}} = MaxPool[T=DT_FLOAT, 
data_format="NCHW", explicit_paddings=[0, 0, 0, 1, 2, 3, 0, 0], ksize=[1, 1, 4, 
4], padding="EXPLICIT", strides=[1, 1, 1, 1]](Placeholder)' with input shapes: 
[2,2,9,10].
   ```
   
   Did you expect that test to be run in NHWC?


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