luopengting
bb6b542dcd
fix the float compare because ci env update
5 years ago
yuximiao
71866d2837
add more ut
5 years ago
mindspore-ci-bot
4bdf80be2f
!158 Validate train_id and profile_dir
Merge pull request !158 from yuximiao/master
5 years ago
mindspore-ci-bot
4a2b0a5956
!161 add ut for profiler analyser
Merge pull request !161 from chenchao99/profiler_ut
5 years ago
mindspore-ci-bot
18990c703e
!156 mindconverter ut on converter
Merge pull request !156 from quyongxiu1/br_ut_qyx
5 years ago
luopengting
bd65d62e55
fix lineage collection for network, loss_fn and dataset path
5 years ago
yuximiao
e5b7223ba5
add ut
5 years ago
chenchao99
1b91492a82
add ut for profiler analyser
5 years ago
quyongxiu1
8b03081c7a
log not in screen
test 1
test2
revise t2
test 4
test 5
test 6
test 7
test 7
add test pyint
5 years ago
ggpolar
73dec43618
add mindconverter ut
5 years ago
mindspore-ci-bot
a432241f02
!151 fix calculation of lineage dataset_num, get model name
Merge pull request !151 from luopengting/lineage_fix
5 years ago
luopengting
f6f80fae64
fix calculation of lineage dataset_num, get model name
5 years ago
kouzhenzhong
5c4216289b
lineagemgr: add test case for lineage decouple
5 years ago
kouzhenzhong
13030f75fc
lineage: decouple train/eval lineage with summary_writer
5 years ago
luopengting
98ec661b81
clean lineage when train lineage comes in, add st cases for lineage cache
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
mindspore-ci-bot
6f599aa191
!134 modify lineage parsing for multi lineage files
Merge pull request !134 from luopengting/lineage_parsing
5 years ago
luopengting
665f2d680a
modify lineage parsing for multi lineage files, modify ut/st
5 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
5 years ago
ougongchang
add483450b
raise graph not exist when can not find graph by the given tag
5 years ago
ougongchang
2281686922
modify the ms data loader and abstract the parser class
5 years ago
luopengting
6963af9374
add lineage cache, add update method and put api, modify ut/st
5 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
5 years ago
wenkai
7e17d6ffae
refactor data manager and unify cache and data access/reload
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
mindspore-ci-bot
5d5be981b4
!83 Add mixed type for customized
Merge pull request !83 from luopengting/lineage_mixed
5 years ago
luopengting
32cea0e78e
add mixed type for customized
5 years ago
luopengting
ee07d8364d
fix pylint
5 years ago
luopengting
660a8dbfd4
optimize parsing for out-of-order events
5 years ago
zhangyunshu
71a7240b09
add ut/st for histogram api
5 years ago
mindspore-ci-bot
5a6d934aad
!65 add device_num for model_lineage.
Merge pull request !65 from luopengting/lineage_device_num
5 years ago
luopengting
c107297956
add device_num
5 years ago
mindspore-ci-bot
7936eaf21d
!63 add comments, optimize histogram log generator to record max and min
Merge pull request !63 from wenkai/wk0422_2
5 years ago
mindspore-ci-bot
e63cc72135
!60 lineagemgr: user defined error not affect other lineage information record when not raise exception in lineage callback
Merge pull request !60 from kouzhenzhong/user_defined_bug_fix
5 years ago
kouzhenzhong
10003c2e19
lineagemgr: user defined error not affect other infos record when not raise exception in lineage callback
5 years ago
wenkai
5c6fb358b2
add comments, optimize histogram log generator to record max and min
5 years ago
mindspore-ci-bot
988aad751f
!58 support resampling buckets
Merge pull request !58 from wenkai/wk0422
5 years ago
wenkai
84a39a4e92
resample buckets
5 years ago
mindspore-ci-bot
fd6bb5e460
!53 fix parsing pb file bug and abstracting pb parsing
Merge pull request !53 from ougongchang/fixbug_pb_file
5 years ago
ougongchang
d0cd07904c
fix sorting pb file bug and abstracting pb parsing
5 years ago
mindspore-ci-bot
284f2d8027
!48 Enhance param checking and error msg in lineagemgr, set user-define's required as False
Merge pull request !48 from luopengting/lineage_lpt
5 years ago
wenkai
c4c74bd6b4
cross-step bucket unify
5 years ago
luopengting
670bc72017
enhance validation for cmp operation, set user-difined' required value as False
5 years ago
mindspore-ci-bot
c568a9bb79
!42 datavisual: basic histogram API
Merge pull request !42 from zhangyunshu/zys_histogram_api
5 years ago
zhangyunshu
7b9823b179
support for histogram API
5 years ago
ougongchang
c60e9624e4
fixing can not find node exception
fix ut for changes
5 years ago
luopengting
ab17c535d0
reduce nbnc_loc of test_model_api in st
5 years ago
mindspore-ci-bot
29753ba712
!30 merge restful api: model_lineage and dataset_lineage
Merge pull request !30 from luopengting/linkage
5 years ago
luopengting
2ddb2b9ce6
merge model_lineage and dataset_lineage, modify/add st and ut for lineage api
6 years ago
kouzhenzhong
30e017e241
lineagemgr: fix pylint warning
5 years ago