mindspore-ci-bot
9e41cd5c8f
!141 UI support model trace displaying by group(2nd commit)
Merge pull request !141 from 潘慧/master_ph2
5 years ago
mindspore-ci-bot
d2fb19599d
!139 UI support model trace displaying by group(1st commit)
Merge pull request !139 from 潘慧/master_ph
5 years ago
ph
606f1975d7
update data trace
5 years ago
ph
010c2193ad
add model trace group display
5 years ago
mindspore-ci-bot
750385ad97
!138 UI support Profiler(2nd commit)
Merge pull request !138 from 潘慧/master_ph2
5 years ago
mindspore-ci-bot
25c40b2121
!137 UI support Profiler(1st commit)
Merge pull request !137 from WeiFeng/master_ph
5 years ago
mindspore-ci-bot
9e0d7cd521
!128 raise graph not exist when can not find graph by the given tag
Merge pull request !128 from ougongchang/fixbug_exception
5 years ago
ph
b43004e926
add profiler
5 years ago
WeiFeng
3ff9786b6c
profiler
5 years ago
mindspore-ci-bot
f379b2046f
!133 add sorting and checking for added_info
Merge pull request !133 from luopengting/lineage_added_info
6 years ago
mindspore-ci-bot
6f599aa191
!134 modify lineage parsing for multi lineage files
Merge pull request !134 from luopengting/lineage_parsing
6 years ago
luopengting
a139906e75
add checking for added_info, support sorting by tag
6 years ago
luopengting
665f2d680a
modify lineage parsing for multi lineage files, modify ut/st
6 years ago
mindspore-ci-bot
1f17c699f6
!124 print workspace path on mindinsight startup
Merge pull request !124 from liangyongxiong/start
6 years ago
mindspore-ci-bot
22924e68a7
!132 UI support compare plate(2nd commit)
Merge pull request !132 from 潘慧/master_ph2
6 years ago
liangyongxiong
4417c5d027
1) print workspace path on startup; 2) update gunicorn configuration
6 years ago
mindspore-ci-bot
c048ba7544
!131 UI support compare plate(1st commit)
Merge pull request !131 from 潘慧/master_ph
6 years ago
ph
84047fa44d
update
6 years ago
ph
016f84762d
add compare-plate
6 years ago
mindspore-ci-bot
9f25ef2f78
!127 fix detail_cache.has_content works not properly
Merge pull request !127 from wenkai/wk3_fix_detail_cache
6 years ago
mindspore-ci-bot
1e4ff29996
!121 modify the ms data loader and abstract the parser class
Merge pull request !121 from ougongchang/abstract_parser
6 years ago
ougongchang
add483450b
raise graph not exist when can not find graph by the given tag
6 years ago
wenkai
3cb0fbbbef
fix detail_cache.has_content works not properly (always return the wrong value false)
6 years ago
ougongchang
2281686922
modify the ms data loader and abstract the parser class
6 years ago
mindspore-ci-bot
f3b621a942
!123 remove package-lock.json before building ui
Merge pull request !123 from liangyongxiong/ui
6 years ago
mindspore-ci-bot
2f28388be4
!120 establish a caching mechanism for lineage
Merge pull request !120 from luopengting/lineage_cache_datamgr
6 years ago
luopengting
6963af9374
add lineage cache, add update method and put api, modify ut/st
6 years ago
mindspore-ci-bot
d7dbbeb3a3
!116 log exception raised by new thread to help debugging
Merge pull request !116 from wenkai/wk_0515
6 years ago
liangyongxiong
c3a149c844
remove package-lock.json before building ui
6 years ago
mindspore-ci-bot
8301a7fb6a
!118 Modify user guild of graph on ui
Merge pull request !118 from WeiFeng/master_ph
6 years ago
WeiFeng
f5ae289d2d
graph guide
6 years ago
mindspore-ci-bot
1460158a0f
!117 Modify user guild of graph on ui
Merge pull request !117 from WeiFeng/master_ph
6 years ago
WeiFeng
90afae1c9e
graph guide
6 years ago
wenkai
c63a32b0bb
log exception raised by new thread to help debugging
6 years ago
mindspore-ci-bot
aeac0039dc
!115 fixing rename node bug
Merge pull request !115 from ougongchang/fixbug_rename_node
6 years ago
ougongchang
ab00ebb49a
fixing rename a node bug
6 years ago
mindspore-ci-bot
d63da79988
!112 add user guild for graph on ui
Merge pull request !112 from 潘慧/master_ph
6 years ago
ph
876bf66668
add graph guild
graph guide
6 years ago
mindspore-ci-bot
4a5f25c0b1
!114 fix load data thread stuck in LineageCacheItemUpdater
Merge pull request !114 from wenkai/wk_fix_cache
6 years ago
wenkai
99b40573b4
fix load data thread stuck in LineageCacheItemUpdater
6 years ago
mindspore-ci-bot
444166591f
!111 Set the child node of a independent scope to independent
Merge pull request !111 from ougongchang/fixbug_graph
6 years ago
mindspore-ci-bot
f2c8c510ce
!110 UI update browser tab title
Merge pull request !110 from 潘慧/master_ph
6 years ago
ougongchang
3a37ab87f8
set the subnode of indendpent scope to independent
6 years ago
ph
a9da96215e
update browser tab title
6 years ago
mindspore-ci-bot
02ecf155f7
!106 refactor data manager to support unified cache and data access/reload layer
Merge pull request !106 from wenkai/wk02_cache_3cp1
6 years ago
mindspore-ci-bot
bc6e8af4c4
!108 Graph Optimization on UI
Merge pull request !108 from 潘慧/graph
6 years ago
wenkai
7e17d6ffae
refactor data manager and unify cache and data access/reload
6 years ago
mindspore-ci-bot
52626ef399
!104 Optimize graph visual to support big graph
Merge pull request !104 from ougongchang/optimize_graph
6 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
6 years ago
ph
2a8b169db8
add graph
6 years ago