Commit 71341451 by Wuwei Lin Committed by Tianqi Chen

Fix logging in autotvm record (#2195)

parent 0a760c01
......@@ -271,7 +271,7 @@ if __name__ == '__main__':
parser.add_argument("--code", action='store_true')
args = parser.parse_args()
logging.basicConfig(level=logger.INFO)
logging.basicConfig(level=logging.INFO)
if args.mode == 'pick':
args.o = args.o or args.i + ".best.log"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment