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 2020/06/15 05:46:14 UTC

[GitHub] [incubator-tvm] yjiangling opened a new issue #5810: NotImplementedError: The following operators are not implemented: {'GatherTree'}

yjiangling opened a new issue #5810:
URL: https://github.com/apache/incubator-tvm/issues/5810


   Hi,
       When I compile a tensorflow pb model with TVM, it gives the following error message:
   
   NotImplementedError: The following operators are not implemented: {'GatherTree'} 
   
   Is it caused by dunamic RNN network? The op "TensorArray" is not support yet? How can I solve it? As the examples given in the projects are image processing models, most of them are CNN networks. But when we deal with speech recognition task, the dynamcin RNN networks are universally used, especially in the decoder step, the decode results are stored in the TensorArray.
   
   Anyone could U please give me some help? Thanks a lot!
   


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