blackkker commented on code in PR #12028: URL: https://github.com/apache/tvm/pull/12028#discussion_r919747209
########## tests/python/frontend/caffe/test_forward.py: ########## @@ -37,9 +32,13 @@ import tvm import tvm.testing from tvm import relay -from tvm.contrib import utils, graph_executor +from tvm.contrib import graph_executor from tvm.contrib.download import download_testdata +os.environ["GLOG_minloglevel"] = "2" Review Comment: Not sure, this line existed before -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
