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.
5 years ago
askmiao
271aa093fe
modify aicpu timeunit ,from us to ms
5 years ago
askmiao
9cd1fafa17
adapte diff aicpu kernel
5 years ago
mindspore-ci-bot
1e0e31bed1
!319 add aicpu ut test case
Merge pull request !319 from 治愈系潇洒哥/master
5 years ago
askmiao
f9d5fa3b59
add and modify ut case
5 years ago
chenchao99
79a0187450
add op analyser and minddata pipeline analyser st
5 years ago
Li Hongzhang
7ce9f9bd58
remove TrainLineage, EvalLineage and related ut/st
5 years ago
yuximiao
70857c7b5f
adapt profiling source path change
5 years ago
yelihua
15065c1095
enable to show the fp and bp point
5 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
5 years ago
root
449bec1fa2
featrue for proposer
5 years ago
chenchao99
ee3f241205
add feature of minddata pipeline stage analysing function
5 years ago
yelihua
37761b8193
fix the sensitive warning
5 years ago
yelihua
a7f89778e5
deal with empty reduce proc.
5 years ago
yelihua
c52d050193
update ut, st and validation.
5 years ago
luopengting
f83eadc907
enhance float cmp in tests.lineagemgr, fix probabilistic failure in st
5 years ago
luopengting
bb6b542dcd
fix the float compare because ci env update
5 years ago
luopengting
bd65d62e55
fix lineage collection for network, loss_fn and dataset path
5 years ago
luopengting
f6f80fae64
fix calculation of lineage dataset_num, get model name
5 years ago
kouzhenzhong
13030f75fc
lineage: decouple train/eval lineage with summary_writer
5 years ago
ougongchang
add483450b
raise graph not exist when can not find graph by the given tag
5 years ago
ougongchang
f59d1798a5
1. Complete the optimization of the graph code
2. Optimize the python api of graph and graph_processor
3. delete unconnected const and parameter nodes
4. fix subnode count bug and fix name scope node have not input and output bug
5. add cyclic graph and high degree graph json file
6. update parameter node to polymeric scope node
7. delele all deepcopy to improve performance
8. add data type and update the attribute scope of edge to independtend_layout
9. add add_parameter_nodes function
10. delete scope attribute in input and optimiza code
11. parse parameter data type and shape
12. fix ut and st for graph
13. fix pylint
14. fix pylint arguments-differ
15. add scope proxy node instead of node
5 years ago
wenkai
5c6fb358b2
add comments, optimize histogram log generator to record max and min
5 years ago
ougongchang
d0cd07904c
fix sorting pb file bug and abstracting pb parsing
5 years ago
zhangyunshu
7b9823b179
support for histogram API
5 years ago
mindspore-ci-bot
23cfe2fbdf
!13 Align two returned values to be 3-length tuples
Merge pull request !13 from 李鸿章/align_return_values
5 years ago
ougongchang
e3c0bbac89
fix unsafe functions and duplication files and redundant codes
5 years ago
李鸿章
0803723e9e
align two return values
5 years ago
李鸿章
79a615269a
fix pylint warnings
5 years ago
mindspore-ci-bot
a82483c0d2
!5 Extract the common function methods and reduced cyclomatic complexity of functions
Merge pull request !5 from ougongchang/master
5 years ago