Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update tvmop.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoabreu authored and Fan committed Nov 14, 2019
1 parent ce817b2 commit 6dbdaba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/mxnet/tvmop.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
try:
_CONF_TVM_OP = find_conf_path("tvmop")
except RuntimeError as e:
# config file is missing, fallback to the default schedule
logging.warning(e)
logging.warning("TVM config file missing, falling back to default schedule", exc_info=True)
else:
logging.info("TVM op config has been loaded")
with open(_CONF_TVM_OP[0], "r") as f:
Expand Down

0 comments on commit 6dbdaba

Please sign in to comment.