comaniac commented on a change in pull request #4671: [AutoTVM] Download
fallback schedule file if it does not exist
URL: https://github.com/apache/incubator-tvm/pull/4671#discussion_r365016101
##########
File path: python/tvm/autotvm/tophub.py
##########
@@ -214,7 +214,12 @@ def load_reference_log(backend, model, workload_name,
template_key):
if key not in REFERENCE_LOG_CACHE:
tmp = []
- if os.path.isfile(os.path.join(AUTOTVM_TOPHUB_ROOT_PATH,
package_name)):
+ # if fallback config file does not exist, download it from tophub
Review comment:
```suggestion
# Download the config file from tophub if not exists.
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services