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/08/16 00:06:18 UTC

[GitHub] [incubator-tvm] iswariyam opened a new pull request #6288: [Frontend][Relay] Fix node indices attribute error for tensorflow 2.3

iswariyam opened a new pull request #6288:
URL: https://github.com/apache/incubator-tvm/pull/6288


   The Node class Tensorflow 2.3 no longer has the attributes node_indices and tensor_indices as explained in #6287. However, the values of these attributes can be obtained using [iterate_inbound](https://github.com/tensorflow/tensorflow/blob/ee598066c4cb31ec5ed3106e61ba99ef004a4bae/tensorflow/python/keras/engine/node.py#L134). Using this method also allows relay.frontend.from_keras() to be backward compatible with previous tensorflow versions.
   
   Closes #6287 
   


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



[GitHub] [incubator-tvm] iswariyam commented on pull request #6288: [Frontend][Relay] Fix node indices attribute error for tensorflow 2.3

Posted by GitBox <gi...@apache.org>.
iswariyam commented on pull request #6288:
URL: https://github.com/apache/incubator-tvm/pull/6288#issuecomment-674460204


   Please review @srkreddy1238 @yongwww @jwfromm 


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



[GitHub] [incubator-tvm] tqchen merged pull request #6288: [Frontend][Relay] Fix node indices attribute error for tensorflow 2.3

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6288:
URL: https://github.com/apache/incubator-tvm/pull/6288


   


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



[GitHub] [incubator-tvm] tqchen commented on pull request #6288: [Frontend][Relay] Fix node indices attribute error for tensorflow 2.3

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #6288:
URL: https://github.com/apache/incubator-tvm/pull/6288#issuecomment-674641689


   Thanks @iswariyam !


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