We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3486e2c commit f57d95eCopy full SHA for f57d95e
nnvm/python/nnvm/__init__.py
@@ -10,3 +10,4 @@
10
from . import frontend
11
12
__version__ = _base.__version__
13
+print("NNVM is deprecated and will be removed in a future version. Use Relay instead.")
0 commit comments