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 2022/08/22 15:42:06 UTC

[GitHub] [tvm] leandron opened a new pull request, #12541: [ACL] Adjust mobilenet test for Keras 2.9

leandron opened a new pull request, #12541:
URL: https://github.com/apache/tvm/pull/12541

   In Keras 2.7, one "reshape" operator was removed from
   the Mobilenet model, making our test which verifies the
   number of operators to be incorrect.
   
   This patch adjusts the operator count so that it is in line
   with the changes in Keras. For reference, the change in
   keras repo was done in hash b6abfaed132 "Remove
   unnecessary reshape layer in MobileNet architecture".
   
   cc @lhutton1 @NicolaLancellotti @ashutosh-arm @areusch 
   


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] leandron commented on pull request #12541: [ACL] Adjust mobilenet test for Keras 2.9

Posted by GitBox <gi...@apache.org>.
leandron commented on PR #12541:
URL: https://github.com/apache/tvm/pull/12541#issuecomment-1223576754

   Thanks @ashutosh-arm @lhutton1 !


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] leandron merged pull request #12541: [ACL] Adjust mobilenet test for Keras 2.9

Posted by GitBox <gi...@apache.org>.
leandron merged PR #12541:
URL: https://github.com/apache/tvm/pull/12541


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] leandron commented on pull request #12541: [ACL] Adjust mobilenet test for Keras 2.9

Posted by GitBox <gi...@apache.org>.
leandron commented on PR #12541:
URL: https://github.com/apache/tvm/pull/12541#issuecomment-1222749028

   For reference, this is the change on Keras side:
   ```
   https://github.com/keras-team/keras/commit/b6abfaed1326e3c5e1d233e35c97bde177b562fa
   ```


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org