ougongchang
9722c44a29
sorted the plugin value when query the plugins
Reduce cyclomatic complexity and code length in function
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
shenghong
85d674412c
add query by condition of step = -1
5 years ago
Li Hongzhang
a671726645
get the caching plugins
5 years ago
wangshuide2020
a194bb1660
support block query for tensor visualization and tensor comparisons.
5 years ago
Li Hongzhang
b1c8d4d758
detect having summary or not
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
wangshuide2020
d3b65356df
remove redundant data to save memory and simplify the tensorcontainer.
5 years ago
yuximiao
1460ab4ab1
gpu profiler
5 years ago
wangshuide2020
986922eb1b
check the legal of dims in the entrance of interface and make it more rigorous.
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
wangshuide2020
4ab7af0c5f
bug fix. convert the object of `NAN`、`-INF`and `INF` to string so that browser can show these tensor data.
5 years ago
wangshuide2020
7877f33b70
Use multiple processes to calc events.
1. To accelerate summary file parsing, multiple processes are used. As the first step to mindinsight parsing performance optimization, we only made changes to _load_single_file function.
2. This PR will imporve summary parsing throughput dramatically (about cpu_count times)
3. Changes are mainly about _load_single_file function
In the future, a more global concurrent computing framework is needed for mindinsight. See the gitee wiki doc for details.
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
wangshuide2020
0fad2218fd
add null byte check in the api of get_plugins
5 years ago
mindspore-ci-bot
68212c18d5
!202 add parameter validation for train job caches api
Merge pull request !202 from liangyongxiong/fix-param-validation
5 years ago
liangyongxiong
35a830102a
add paramater validation for train job caches api
5 years ago
liangyongxiong
9da7176889
fix bug of multi-scalars comparision under concurrency
5 years ago
liangyongxiong
0eae537da0
fix bugs of cache mechanism
5 years ago
liangyongxiong
34648a48d2
update cache status on loading
5 years ago
liangyongxiong
8893236417
compare scalars within multiple train jobs
6 years ago
ougongchang
add483450b
raise graph not exist when can not find graph by the given tag
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
wenkai
7e17d6ffae
refactor data manager and unify cache and data access/reload
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
wenkai
c4c74bd6b4
cross-step bucket unify
6 years ago
mindspore-ci-bot
c568a9bb79
!42 datavisual: basic histogram API
Merge pull request !42 from zhangyunshu/zys_histogram_api
6 years ago
zhangyunshu
7b9823b179
support for histogram API
6 years ago
ougongchang
c60e9624e4
fixing can not find node exception
fix ut for changes
6 years ago
ougongchang
a807c45a4a
add some exceptions, such as TrainJobNotExistError, GraphNotExistError and so on
6 years ago
gaocongli
e7a0496e87
initial version
6 years ago