Skip to content

Commit

Permalink
Deprecate NNVM warning msg
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhliu committed Nov 14, 2019
1 parent 5d66e7a commit 39d3e2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nnvm/python/nnvm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
from . import frontend

__version__ = _base.__version__

import warnings
warnings.warn("NNVM is deprecated and will be removed in a future version. Use Relay instead.",
FutureWarning)

0 comments on commit 39d3e2e

Please sign in to comment.