blackkker commented on code in PR #12028: URL: https://github.com/apache/tvm/pull/12028#discussion_r929636324
########## tests/python/frontend/darknet/test_forward.py: ########## @@ -23,16 +24,16 @@ """ import numpy as np import tvm -from tvm import te from tvm.contrib import graph_executor from tvm.contrib.download import download_testdata -download_testdata.__test__ = False from tvm.relay.testing.darknet import LAYERTYPE from tvm.relay.testing.darknet import __darknetffi__ from tvm.relay.frontend.darknet import ACTIVATION from tvm import relay +download_testdata.__test__ = False Review Comment: Ok! -- 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]
