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 2021/11/04 00:16:04 UTC

[GitHub] [tvm] apivovarov commented on a change in pull request #9383: [Keras] Add l2_normalize support

apivovarov commented on a change in pull request #9383:
URL: https://github.com/apache/tvm/pull/9383#discussion_r741657034



##########
File path: .gitignore
##########
@@ -174,6 +174,7 @@ perf
 .bash_history
 *.json
 *.params
+*.ro

Review comment:
       Relay vm exec code files
   ```
   vm_exec = relay.vm.compile(mod, target=target, params=params)
   code, lib = vm_exec.save()
   with open("model.ro", "wb") as fo:
       fo.write(code)
   ```
   This is not directly related to this PR. Just a minor fix




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