zxybazh commented on code in PR #11157: URL: https://github.com/apache/tvm/pull/11157#discussion_r862047345
########## python/tvm/meta_schedule/tune.py: ########## @@ -17,7 +17,8 @@ """User-facing Tuning API""" # pylint: disable=import-outside-toplevel import logging -import os.path +from pathlib import Path Review Comment: I think it might be acceptable to use `exist_ok = True` in this case cause the logs folder could be reused. -- 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]
