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/12 22:12:59 UTC

[GitHub] [incubator-tvm] kevinthesun opened a new pull request #5794: [Frontend][Tensorflow]Improve TF Parser to keep output nodes for saved_model

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


   This PR fixes two things for some tf models in the format of saved model:
   1. Make fill not depend on node attr ```_output_shapes``` since we can always get that by trying to ```_infer_value```. Some saved model will generate unknown rank shape for this attr which is actually not true.
   2. Add output nodes as ```protected_nodes``` when parsing saved models.
   
   @yongwww @lixiaoquan @zhiics 
   


----------------------------------------------------------------
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] zhiics merged pull request #5794: [Frontend][Tensorflow]Improve TF Parser to keep output nodes for saved_model

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


   


----------------------------------------------------------------
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] lixiaoquan commented on pull request #5794: [Frontend][Tensorflow]Improve TF Parser to keep output nodes for saved_model

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


   LGTM


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