ougongchang
b5e21cf4ab
add some ut for list explain directories and reduct code function length
5 years ago
unknown
939dad7f1a
add UT, returns unloaded jobs in explain-jobs api and fix docstrings
fix UT
del unused arguments
fix UT
explainer_api UT change to pytest style
fix UT url
explainer encapsulator UT change to pytest style
remove unnecessary deepcopy
remove import copy
fix some coding style issues
5 years ago
luopengting
fc70687d52
change the error message about the `type` in optimizer config from list_err_msg to str_err_msg
5 years ago
mindspore-ci-bot
2ddbc7b529
!781 Add cli for tfToMS in MindConverter based on graph.
Merge pull request !781 from moran/network_validation
5 years ago
moran
969abd4cf7
Add cli for tfToMs
5 years ago
luopengting
0f37c8135e
add cli, validation and st:
1. add cli entry
2. add more validation for hyper config
3. add validator for config dict
4. add st for optimizer config validator
5. add custom lineage for hyper config
5 years ago
maning202007
231e2699d9
Add test case for metadata
add watchpoint_handler testcase for debugger
add init files for debugger ut
remove watchpoint_handler testcase
change to pytest style
Add tensor_handler ut testcase
change test_tensor_handler to pytest style
5 years ago
mindspore-ci-bot
768f4dc838
!779 fix occasional fail of ut of tensor processor
Merge pull request !779 from wangshuide/wsd1010
5 years ago
zhangyihui
799385a735
Modify the minddata module logic to make it more reasonable
5 years ago
wangshuide2020
9cffadb212
fix occasional fail of ut of tensor processor.
5 years ago
mindspore-ci-bot
480046637a
!769 Support ReduceMean in MindConverter & Reduce loop
Merge pull request !769 from moran/network_validation
5 years ago
moran
e8171625ef
Support ReduceMean Concat & Reduce loop
5 years ago
mindspore-ci-bot
06672d3485
!762 change response of datavisual/graphs/nodes/names interface from list to tree
Merge pull request !762 from wangshuide/wsd0727
5 years ago
moran
2f587fd511
fix`REAME` & Add UT & Optimize
5 years ago
wangshuide2020
7e29177656
change response of names interface from list to tree.
5 years ago
mindspore-ci-bot
a40a11cfce
!755 add profiler ut and delete redundant code
Merge pull request !755 from gzhcv/ut
5 years ago
gzhcv
8c624ae1ec
add ut of profiler timeline
5 years ago
yelihua
d7a8962224
add node level pause
5 years ago
mindspore-ci-bot
ea4c747a52
!752 Add some mindinsight.profiler tests code
Merge pull request !752 from 张毅辉/zyh_mindinsight_profiler_st_6
5 years ago
mindspore-ci-bot
fdfd714180
!749 add ST for validate file of profiler and change the code style of test_timeline analyser
Merge pull request !749 from gzhcv/st
5 years ago
zhangyihui
b2faa3a70a
add mindinsight.profiler tests code
5 years ago
mindspore-ci-bot
33699e9324
!746 Add some profiler test code
Merge pull request !746 from 张毅辉/zyh_mindinsight_profiler_st_5
5 years ago
gzhcv
1e68bd8fd3
add st of profiler timeline
5 years ago
yelihua
5471d49342
add ut for debugger
5 years ago
zhangyihui
14452c5ada
Add profiler ut st code
add mindinsight.profiler st ut code
5 years ago
mindspore-ci-bot
a4b458dcaa
!725 Fit mindspore changes & Edit st & Edit README in MindWizard.
Merge pull request !725 from moran/wizard_dev
5 years ago
mindspore-ci-bot
b71dce4c6c
!736 add UT for lineagemgr
Merge pull request !736 from shenghong96/ut_lineage
5 years ago
moran
c809ae1f56
Fit mindspore changes & Edit st & Edit README
5 years ago
mindspore-ci-bot
f107f45e71
!740 debugger: added ut for watchpoint
Merge pull request !740 from zhangyunshu/zys_utst_new
5 years ago
zhangyunshu
d9d08c1417
debugger: added ut
5 years ago
wangshuide2020
dd7e72e811
add notes for init files.
5 years ago
shenghong
b530318118
add UT for test_validate function
5 years ago
zhangyunshu
7a1d5fb0fd
deugger: add ut for graph and watch point
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
yelihua
28a6f8405c
add st for debugger module
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
mindspore-ci-bot
872da81ad5
!713 add UT for calc_hyper_param_importance function
Merge pull request !713 from shenghong96/calc_hyper_importance
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
shenghong
b10412878c
add UT for calc_hyper_param_importance function
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
mindspore-ci-bot
2a23d10deb
!704 fix the problem that CI can not count the new testcase.
Merge pull request !704 from shenghong96/test_get_flatten_lineage
5 years ago
shenghong
0d495c48a7
fix the problem of not counting the ST case
5 years ago
mindspore-ci-bot
debe5ab17e
!673 add UT for optimizer and get_flatten_lineage
Merge pull request !673 from shenghong96/test_get_flatten_lineage
5 years ago
shenghong
517f7c1ff6
add UT for optimizer and the get_flattened_lineage function
5 years ago