woobinw commented on PR #13701:
URL: https://github.com/apache/tvm/pull/13701#issuecomment-1375407429

   > > > Would you like to fix the CI so we could get it in?
   > > > `E       File 
"/workspace/tests/python/frontend/paddlepaddle/test_forward.py", line 1356, in 
slice5 (* user code *) [2023-01-05T11:12:37.644Z] E       b, c, h, w = 
paddle.shape(inputs)  # add decrease_axis`
   > > > I think this error may be related to the version of the paddlepaddle
   > > > @woobinw
   > > > The paddlepaddle version we matched before was 2.1.3.
   > > > If you want to upgrade and match the latest paddlepaddle version 2.4, 
you can pull request and modify the Paddle version in [the 
code](https://github.com/apache/tvm/blob/a047e0228a3f7015e56c6756cdadb13444008623/docker/python/ci-constraints.txt)
  and [the 
code](https://github.com/apache/tvm/blob/98eab45d52911662ff760fb0bbdccc11f3a31b9f/docker/install/ubuntu_install_paddle.sh).
   
   `[2023-01-09T07:38:22.462Z] 
tests/python/frontend/paddlepaddle/test_forward.py:81: in verify_model
   
   [2023-01-09T07:38:22.462Z]     baseline_outputs = baseline_model(*[input[:] 
for input in input_data])
   
   [2023-01-09T07:38:22.462Z] 
/venv/apache-tvm-py3.7/lib/python3.7/site-packages/paddle/fluid/dygraph/layers.py:902:
 in __call__
   
   [2023-01-09T07:38:22.462Z]     outputs = self.forward(*inputs, **kwargs)
   
   [2023-01-09T07:38:22.462Z] 
/venv/apache-tvm-py3.7/lib/python3.7/site-packages/paddle/fluid/dygraph/io.py:1191:
 in __i_m_p_l__
   
   [2023-01-09T07:38:22.462Z]     return _run_dygraph(self, input, 
program_holder)
   
   [2023-01-09T07:38:22.462Z] 
/venv/apache-tvm-py3.7/lib/python3.7/site-packages/paddle/fluid/dygraph/io.py:754:
 in _run_dygraph`


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