mindspore-ci-bot
aee6402f5a
!835 enrich prompt info
Merge pull request !835 from jiangshuqiang/fix_issue
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
mindspore-ci-bot
529becda02
!837 sort all the tags within one plugin when calling plugins interface.
Merge pull request !837 from wangshuide/wsd1010
5 years ago
wangshuide2020
e454cfa27b
sort all the tags within one plugin when calling plugins interface.
5 years ago
ougongchang
b5e21cf4ab
add some ut for list explain directories and reduct code function length
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
ougongchang
02098b1f00
ignore profiler foler when list explain folder
5 years ago
mindspore-ci-bot
d3a3e2348f
!797 Sorted the plugin value when query the plugins
Merge pull request !797 from ougongchang/fix_graph
5 years ago
ougongchang
9722c44a29
sorted the plugin value when query the plugins
Reduce cyclomatic complexity and code length in function
5 years ago
mindspore-ci-bot
76c7dc7925
!774 support parse_summary function
Merge pull request !774 from jiangshuqiang/summary_tocsv
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
ougongchang
4f15005bc9
SummaryWatcher supports to list explain directories
5 years ago
wangshuide2020
7e29177656
change response of names interface from list to tree.
5 years ago
wangshuide2020
dd7e72e811
add notes for init files.
5 years ago
luopengting
b9c978830a
clean redundant code after removing lineage public APIs:
1. clean redundant code in lineage parsing and querier
2. delete get_summary_lineage()
3. modify related st and ut to use data_manager
5 years ago
ougongchang
956535eed2
will ignore the graph if there are some invalid characters
5 years ago
mindspore-ci-bot
f79010d210
!699 do not raise exception to avoid printing error in the stdout.
Merge pull request !699 from wangshuide/wsd_merged_debug
5 years ago
wangshuide2020
84ff069109
do not raise exception to avoid printing error in the stdout.
5 years ago
ougongchang
d6ee87fdbe
set status to done when there occus some exception on read file
5 years ago
ougongchang
fe6f548dd2
escape some special string to avoid the frontend crash and change the default http code to 400 in MindInsightException
5 years ago
Li Hongzhang
8fdce0280e
change names of input and output
5 years ago
Li Hongzhang
e7bb056aa2
move the try except inside
5 years ago
zhangyunshu
4a5f737899
debugger: bugfix, hide the large const tensor value in GraphProto
5 years ago
Li Hongzhang
da797e3e2f
parse pb files in executor
5 years ago
Li Hongzhang
b1c8d4d758
detect having summary or not
5 years ago
Li Hongzhang
bb5fb9b1e1
avoid brief cache too often
5 years ago
Li Hongzhang
c2210200fc
redefine reload interval
5 years ago
mindspore-ci-bot
5e6932f0f6
!601 Add the summary loading switch mechanism
Merge pull request !601 from LiHongzhang/fix_caching
5 years ago
yelihua
50e1400505
add debugger module
5 years ago
Li Hongzhang
990800239b
add summary loading switch mechanism
5 years ago
zhangyunshu
39c11a2ad3
datavisual: reconstruct debugger graph
5 years ago
wangshuide2020
b0fa50e2e5
use default np.float64 to create ndarray to reduce error of calculation precision
5 years ago
wangshuide2020
005eac7582
Store data with default datatype in TensorContainer and remove limitation of datatype.
5 years ago
wangshuide2020
9daf2ae128
kill children processes of worker before worker has been killed by gunicorn master.
5 years ago
wangshuide2020
d3b65356df
remove redundant data to save memory and simplify the tensorcontainer.
5 years ago
ougongchang
ad779f4e57
set the parameter output data type
5 years ago
yuximiao
1460ab4ab1
gpu profiler
5 years ago
Li Hongzhang
c4325055aa
use the full_name as node_name
5 years ago
wangshuide2020
e66e41006c
1. add the limitation of the number of tag in tensor visualization; 2. update the max step per tensor tag to 20; 3. support query one train_job in the interface of train_jobs.
5 years ago
mindspore-ci-bot
eaf9edbf5f
!458 extract the function of _event_parse so that its code line is reasonable.
Merge pull request !458 from wangshuide/fix_ci
5 years ago
luopengting
1c73d20cc7
mainly to new a thread to load detail info
1. New a thread to load detail info. Loading detail info takes too much time,
so the summary list and lineage can not be loaded timely.
2. Add a status for DetailCacheManager to indicate it is INIT, LOADING or DONE.
3. Update UT/ST.
5 years ago
wangshuide2020
6630ca0bf2
extract the function of _event_parse so that its code line is reasonable.
5 years ago
wangshuide2020
0d9af857fa
limit the tensor count in one step and one tag and the length of event string.
5 years ago
mindspore-ci-bot
9c6ae7c026
!445 fix sometimes deserialized protobuf data cannot be pickled to be sent to another process
Merge pull request !445 from wenkai/wk4_0721_ci_pickle_error_fix
5 years ago
mindspore-ci-bot
08dc87def0
!443 Optimize number of max processes used for computing and limit number of thread running load_data_in_thread()
Merge pull request !443 from wenkai/perf_opt2_0721
5 years ago
wenkai
0877c6f7b1
Optimize number of max processes used for computing and limit number of thread running load_data_in_thread()
For max processes used for computing, we need to make sure every summary directory has a process to load data. We also should not use too many processes to avoid system problems (eg. out of memory). So we calc the max processes cnt in _calc_default_max_processes_cnt
For _load_data_in_thread_wrapper, because self._load_data_in_thread() will create process pool when loading files, we can not afford to run multiple self._load_data_in_thread() simultaneously. So we use a lock to make sure that only one self._load_data_in_thread() is running.
5 years ago
wenkai
902972e3eb
fix sometimes deserialized protobuf data cannot be pickled to be sent to another process.
1. delete original message in HistogramContainer
2. Wrap image content in ImageContainer
5 years ago