jiangshuqiang
|
8dadbd9879
|
Add error_list when hitting watchpoint and fix log by adding image_path infomation
For example: convert error code from 7 to 111, then to ["nan", "inf", "no_prev_tensor"]
convert error code from 2 to 010, then to ["inf"]
|
5 years ago |
jiangshuqiang
|
56ff14b197
|
fix the log of parse_summary feature.
Detail: fix the issue that the 100% process info is printed twice by determining whether the file_handler.offset changed.
|
5 years ago |
ougongchang
|
dea874e30b
|
Update level of crc failed message to error level
When CRC error occurs, it is generally caused by incomplete data in the file, so error information should be given to prompt the user.
|
5 years ago |
jiangshuqiang
|
f317763313
|
fix when image tag name is too long, the log is unreasonable
add info when crc check failed.
|
5 years ago |
jiangshuqiang
|
adb19c6dd2
|
Fix when tag include special characters,output file has garbled code
Fix when the message is :current process ...100%,convert not finished
Fix When special characters in the tag, the output image file is incomplete
|
5 years ago |
mindspore-ci-bot
|
cfb7448046
|
!818 FIX the log information is not reach 100%
Merge pull request !818 from jiangshuqiang/fix_I22V8C
|
5 years ago |
jiangshuqiang
|
f67f584d1b
|
Fix #I22TZC
fix no time unit in table header 'wall_time'
|
5 years ago |
jiangshuqiang
|
4dded541ae
|
fix the log information is not reach 100%
|
5 years ago |
caster
|
6fa5f8c5a8
|
add parse_summary function
we can use the function to transfer summary file to csv file and image so that it is easy to read and process
|
5 years ago |