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 2019/11/14 03:54:28 UTC

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4333: Deprecate NNVM warning msg

tqchen commented on a change in pull request #4333: Deprecate NNVM warning msg
URL: https://github.com/apache/incubator-tvm/pull/4333#discussion_r346116719
 
 

 ##########
 File path: nnvm/python/nnvm/__init__.py
 ##########
 @@ -10,3 +10,4 @@
 from . import frontend
 
 __version__ = _base.__version__
+print("NNVM is deprecated and will be removed in a future version. Use Relay instead.")
 
 Review comment:
   should we use warnings.warn, https://docs.python.org/3/library/warnings.html? There is a deprecatedwarning 

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