apivovarov opened a new pull request #9383: URL: https://github.com/apache/tvm/pull/9383
This PR adds support for `Lambda(l2_normalize)`. Keras does not have dedicated Layer for `l2_normalize`. [Typical solution](https://stackoverflow.com/questions/59596162/how-to-apply-l2-normalization-to-a-layer-in-keras) for that is to wrap `l2_normalize` with `Lambda` layer and add it to the model. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
