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
46d4497790
!75 Fix Cpplint build/include_subdir
Merge pull request !75 from 李鸿章/fix_linting
5 years ago
mindspore-ci-bot
bc161a8715
!86 Fix: Samples from previous steps are erased due to tags size too large
Merge pull request !86 from 李鸿章/fix_step_erased
5 years ago
李鸿章
ff12f13f4c
fix: samples are erased when tag size overflow
5 years ago
mindspore-ci-bot
2ba39bf59e
!101 Fix pylint warnings for HistogramContainer
Merge pull request !101 from liangyongxiong/master
5 years ago
liangyongxiong
a184f0d633
fix pylint warnings for HistogramContainer
5 years ago
mindspore-ci-bot
7f423216cd
!100 add readme for parameter distribution visualization
Merge pull request !100 from wenkai/wkmaster0429
5 years ago
wenkai
55ccf14e3c
add readme for parameter distribution visualization
5 years ago
mindspore-ci-bot
516dd28308
!98 change bugfixes link
Merge pull request !98 from kouzhenzhong/rc0.2_release_notes
5 years ago
kouzhenzhong
d80b66c766
Bump the version number to 0.2.0-alpha
5 years ago
mindspore-ci-bot
247eaf4b08
!55 rc0.2 release notes
Merge pull request !55 from kouzhenzhong/rc0.2_release_notes
5 years ago
kouzhenzhong
6eb857aa90
r0.2 release notes
5 years ago
mindspore-ci-bot
0408ec5266
!95 fix scalar ui bug
Merge pull request !95 from WeiFeng/master_ph
5 years ago
WeiFeng
6ec911e98b
fix ui bug
5 years ago
mindspore-ci-bot
c79adb4dba
!85 Set operation as 'None' when it is empty or None
Merge pull request !85 from luopengting/lineage_record
5 years ago
luopengting
8f1bb3269f
set operation as None when it is empty or None
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
mindspore-ci-bot
55d8af3e20
!84 fix lineage issue and scalar issue
Merge pull request !84 from 潘慧/master_ph
5 years ago
mindspore-ci-bot
8718be35db
!81 Fix pylint in datavisual
Merge pull request !81 from luopengting/fix_pylint
5 years ago
ph
fe3f545730
fix issue
5 years ago
mindspore-ci-bot
f375596a2e
!79 Drop histogram steps if original_buckets_count is too large.
Merge pull request !79 from liangyongxiong/master
5 years ago
mindspore-ci-bot
fecc9674fa
!82 UI fix histogram and data-map issue
Merge pull request !82 from 潘慧/master_ph
5 years ago
ph
67506bb53d
fix issue
5 years ago
liangyongxiong
fc72cac5ea
Drop histogram steps if original_buckets_count is too large to avoid time consuming re-sample process.
5 years ago
luopengting
ee07d8364d
fix pylint
5 years ago
mindspore-ci-bot
72d3bb0468
!78 optimize parsing for out-of-order events
Merge pull request !78 from luopengting/datavisual_lpt
5 years ago
luopengting
660a8dbfd4
optimize parsing for out-of-order events
5 years ago
mindspore-ci-bot
a508cfea2c
!77 fix histogram tip issue and support fitting screen for data-map graph
Merge pull request !77 from 潘慧/master_ph
5 years ago
ph
2641aac006
fix histogram and data-map issue
5 years ago
mindspore-ci-bot
09fb9f16c1
!76 Increase the version to 0.2.0
Merge pull request !76 from 李鸿章/versioning
5 years ago
李鸿章
e8456d2ce6
increase version to 0.2.0
5 years ago
李鸿章
28c73cd846
fix cpplint build/include_subdir
5 years ago
mindspore-ci-bot
54b9faa44a
!74 fix dashboard issue and hide summary log
Merge pull request !74 from 潘慧/master_ph
5 years ago
ph
5abad4e300
update
5 years ago
mindspore-ci-bot
452e118cc4
!73 UI support histogram visualization(6th commit)
Merge pull request !73 from 潘慧/master_ph
5 years ago
ph
e37a6f45cd
update
5 years ago
mindspore-ci-bot
90ba14a91c
!72 UI support histogram visualization(5th commit)
Merge pull request !72 from 潘慧/master_ph
5 years ago
ph
2ced542128
update
5 years ago
mindspore-ci-bot
fc88c35602
!70 optimize visual range calc
Merge pull request !70 from wenkai/wk0423
5 years ago
mindspore-ci-bot
4c22ac761d
!67 optimize comments
Merge pull request !67 from wenkai/wk0422_3
5 years ago
mindspore-ci-bot
cced14ff28
!71 Optimize the horizontal coordinate precision of the histogram
Merge pull request !71 from 潘慧/master_ph
5 years ago
mindspore-ci-bot
a6bd58dcd0
!69 datavisual: add test cases for histogram api
Merge pull request !69 from zhangyunshu/zys_utst
5 years ago
ph
a77838654e
update
5 years ago
zhangyunshu
71a7240b09
add ut/st for histogram api
5 years ago
wenkai
7b7607834f
optimize visual range calc
5 years ago
wenkai
0e888c0377
optimize comments
5 years ago
mindspore-ci-bot
d640bf5a63
!68 add annotation and validation for device_num
Merge pull request !68 from luopengting/lineage_device_num
5 years ago
luopengting
009fc84d6a
add annotation and validation for device_num
5 years ago
mindspore-ci-bot
b476d7d4d9
!66 equally distribute histogram ignoring actual step number to avoid large white space
Merge pull request !66 from wenkai/zhaoting1
5 years ago