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/01/06 10:31:30 UTC

[GitHub] [incubator-tvm] leandron opened a new pull request #4630: [FRONTEND][Keras] Add support for tf.Keras networks in Relay Keras frontend

leandron opened a new pull request #4630: [FRONTEND][Keras] Add support for tf.Keras networks in Relay Keras frontend
URL: https://github.com/apache/incubator-tvm/pull/4630
 
 
   Add support for tf.Keras networks in Relay Keras frontend:
    * Make Relay Keras frontend support networks created using Tensorflow (1.13) Keras implementation (tf.Keras)
    * Modify Keras frontend tests to run from a class rather than a function based script
    * Adjust Keras frontend tests to run with both 'Keras' and 'tf.Keras'
    * Change "TestKeras.test_forward_merge" to validate instances by class name rather than instance type
   

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

[GitHub] [incubator-tvm] leandron edited a comment on issue #4630: [FRONTEND][Keras] Add support for tf.Keras networks in Relay Keras frontend

Posted by GitBox <gi...@apache.org>.
leandron edited a comment on issue #4630: [FRONTEND][Keras] Add support for tf.Keras networks in Relay Keras frontend
URL: https://github.com/apache/incubator-tvm/pull/4630#issuecomment-571089928
 
 
   @tqchen @apivovarov @jwfromm can you have a look on this PR, please?

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

[GitHub] [incubator-tvm] leandron commented on issue #4630: [FRONTEND][Keras] Add support for tf.Keras networks in Relay Keras frontend

Posted by GitBox <gi...@apache.org>.
leandron commented on issue #4630: [FRONTEND][Keras] Add support for tf.Keras networks in Relay Keras frontend
URL: https://github.com/apache/incubator-tvm/pull/4630#issuecomment-571089928
 
 
   @tqchen @apivovarov @jwfromm can you have a look on this PR?

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

[GitHub] [incubator-tvm] jwfromm commented on issue #4630: [FRONTEND][Keras] Add support for tf.Keras networks in Relay Keras frontend

Posted by GitBox <gi...@apache.org>.
jwfromm commented on issue #4630: [FRONTEND][Keras] Add support for tf.Keras networks in Relay Keras frontend
URL: https://github.com/apache/incubator-tvm/pull/4630#issuecomment-571229601
 
 
   Thanks for making this change, supporting tf.keras is definitely valuable and actually also gives us the ability to import TF2.0 models through a saved Keras model. 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


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen merged pull request #4630: [FRONTEND][Keras] Add support for tf.Keras networks in Relay Keras frontend

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #4630: [FRONTEND][Keras] Add support for tf.Keras networks in Relay Keras frontend
URL: https://github.com/apache/incubator-tvm/pull/4630
 
 
   

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

[GitHub] [incubator-tvm] tqchen commented on issue #4630: [FRONTEND][Keras] Add support for tf.Keras networks in Relay Keras frontend

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #4630: [FRONTEND][Keras] Add support for tf.Keras networks in Relay Keras frontend
URL: https://github.com/apache/incubator-tvm/pull/4630#issuecomment-571238983
 
 
   Thanks @jwfromm @leandron !

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