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 2019/12/05 07:14:38 UTC

[GitHub] [incubator-tvm] JerryZhouSH opened a new issue #4471: [topi python API] 'bilinear_sample_nchw' is not supported in deformable_conv2d.py

JerryZhouSH opened a new issue #4471: [topi python API] 'bilinear_sample_nchw' is not supported in deformable_conv2d.py
URL: https://github.com/apache/incubator-tvm/issues/4471
 
 
   I build TVM project on Ubuntu 16.04 with CUDA, and install the tvm, nnvm, topi python api with the following cmd:
   cd tvm/nnvm/python; sudo pip3 setup.py install
   cd tvm/python; sudo pip3 setup.py install
   cd tvm/topi/python; sudo pip3 setup.py install
   
   When I import nnvm in python3, the 'ImportError' throwed with "cannot import name 'bilinear_sample_nchw'".

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


With regards,
Apache Git Services