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/11/22 11:44:02 UTC

[GitHub] [incubator-tvm] Msabih edited a comment on issue #4262: [RELAY][Bug] 'name_hint' AttributeError issue when covert tensorflow to TVM

Msabih edited a comment on issue #4262: [RELAY][Bug] 'name_hint' AttributeError issue when covert tensorflow to TVM
URL: https://github.com/apache/incubator-tvm/issues/4262#issuecomment-557501323
 
 
   > @kevinthesun does your fix resolve the problem?
   
   Apparently my problem is caused not by tvm but the way pytorch exported the upsample operator. Pytorch's exporter did not write the "scale" attribute. For now, my hack around is to manually supply the values of the scale operator. 
   
   I would say that you could print the operator name thats causing this error to come or is it any operator that causes this problem ?
   

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