jiangshuqiang
8bb3851e49
add offline debugger feature
5 years ago
zhangyihui
385203e1e9
cpu utilization
5 years ago
mindspore-ci-bot
22a1b9e652
!1132 Add trainable weights transformer module in MindConverter
From: @moran3
Reviewed-by:
Signed-off-by:
5 years ago
moran
5fb0d2e1d8
Generate checkpoint
5 years ago
xsmq
ad19ffd558
fix codespell error
5 years ago
luopengting
1dbd0eb7f2
add st for tuner and hyper config
5 years ago
mindspore-ci-bot
2d2f9863bc
!869 fix hint about optimizer config
From: @luopengting
Reviewed-by: @ouwenchang,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
luopengting
06590b370b
fix hint about optimizer config
5 years ago
maning202007
f516158501
add multigraph debugger support, update contion, search category, tensor summary
5 years ago
moran
e8171625ef
Support ReduceMean Concat & Reduce loop
5 years ago
mindspore-ci-bot
4c6cdce1df
!729 Supplement profiler st test code
Merge pull request !729 from 张毅辉/zyh_mindinsight_profiler_st
5 years ago
mindspore-ci-bot
ed88e09aa7
!727 add ST for profiler timeline
Merge pull request !727 from gzhcv/st
5 years ago
luopengting
51d779585c
add annotations for __init__.py
5 years ago
zhangyihui
6e3ae86786
add mindinsight st examples
5 years ago
mindspore-ci-bot
fc5c919c38
!726 remove redundant code in lineagemgr
Merge pull request !726 from luopengting/lineage
5 years ago
luopengting
f67e68897a
remove redundant code in lineagemgr
5 years ago
gzhcv
a525f61f68
add st of profiler timeline
5 years ago
wangshuide2020
8e4f550959
fix the problem of the duplication file.
5 years ago
luopengting
4aa89d5fe4
rename 'input' to 'inputs' in mocked Dataset
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
zhangyunshu
780e8d2917
debugger: add ST testcases for graph handler
5 years ago
mindspore-ci-bot
ec55a09bfe
!685 modify http_code to 400 in lineagemgr, move deprecated exceptions to tests
Merge pull request !685 from luopengting/fix_lineage
5 years ago
luopengting
f54d57cd06
modify http_code to 400 in lineagemgr, move deprecated exceptions to tests
5 years ago
luopengting
de54b736fb
add lineage writer and st for optimizer
5 years ago
Li Hongzhang
990800239b
add summary loading switch mechanism
5 years ago
wangshuide2020
f847850382
add ut and st of tensor visualization
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
yuximiao
d3cc7a89a3
remove profiler user interface.
5 years ago
yelihua
f8f5c7a987
classify reduce events into different types
5 years ago
wangshuide2020
e8ffeb70ef
Support tensor visualization. 1.Tensor display in a table, it can support no more than two dimensions tensor visualization; 2.Tensor histogram visualization for all step in cache.
6 years ago
askmiao
271aa093fe
modify aicpu timeunit ,from us to ms
6 years ago
askmiao
9cd1fafa17
adapte diff aicpu kernel
6 years ago
mindspore-ci-bot
1e0e31bed1
!319 add aicpu ut test case
Merge pull request !319 from 治愈系潇洒哥/master
6 years ago
askmiao
f9d5fa3b59
add and modify ut case
6 years ago
chenchao99
79a0187450
add op analyser and minddata pipeline analyser st
6 years ago
Li Hongzhang
7ce9f9bd58
remove TrainLineage, EvalLineage and related ut/st
6 years ago
yuximiao
70857c7b5f
adapt profiling source path change
6 years ago
yelihua
15065c1095
enable to show the fp and bp point
6 years ago
chenchao99
5cffc9412a
Adapt the framework file update.
Modify points: 1. adapt the task id change; 2. support parsing point
files; 3. adapt the source path change
6 years ago
root
449bec1fa2
featrue for proposer
6 years ago
chenchao99
ee3f241205
add feature of minddata pipeline stage analysing function
6 years ago
yelihua
37761b8193
fix the sensitive warning
6 years ago
yelihua
a7f89778e5
deal with empty reduce proc.
6 years ago
yelihua
c52d050193
update ut, st and validation.
6 years ago
luopengting
f83eadc907
enhance float cmp in tests.lineagemgr, fix probabilistic failure in st
6 years ago
luopengting
bb6b542dcd
fix the float compare because ci env update
6 years ago
luopengting
bd65d62e55
fix lineage collection for network, loss_fn and dataset path
6 years ago
luopengting
f6f80fae64
fix calculation of lineage dataset_num, get model name
6 years ago
kouzhenzhong
13030f75fc
lineage: decouple train/eval lineage with summary_writer
6 years ago
ougongchang
add483450b
raise graph not exist when can not find graph by the given tag
6 years ago