[AutoTVM] How to assemble multiple logs for tophub

Hi, I have tuned AVX 2 schedules on VGG, Resnet and Densenet using tune_nnvm_x86.py. The schedules were tuned on Core i7-8700K. I have three big log files corresponding to each models. How should I “merge” three files into a single log, so that I can upload it to tophub?

@merrymercy @kevinthesun

If they are the raw logs, you can simply concatenate the lines of each file and use the pick_best function.

Nice, thanks. I will do the tuning again after x86 Winograd PR is merged.