diff --git a/tools/torch_gpu2mlu.py b/tools/torch_gpu2mlu.py index 7e97ccc8e26b0b2b932c0a9df507033f0c128226..1399455c9d041f769c74e0ed1b034d925c8a9f6b 100755 --- a/tools/torch_gpu2mlu.py +++ b/tools/torch_gpu2mlu.py @@ -62,6 +62,7 @@ report = open(mlu_report, 'w+') report.write('# Cambricon PyTorch Model Migration Report\n') report.write('## Cambricon PyTorch Changes\n') report.write('| No. | File | Description |\n') +report.write('|:----|:-------|:--------------|\n') num = 0 for root, dirs, files in os.walk(input_path):