jiangshuqiang
0bb80995bc
fix param check for unexpected_format
4 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
4 years ago
ougongchang
c6e4b0c85f
Add more log when collect graph and use summary operators
...
Fix can not collect input data when batch size is 1 and total step
number is 1
Fixed spelling errors
4 years ago
jiangshuqiang
ab5cc10250
add the tensor collection feature when record summary
4 years ago
mindspore-ci-bot
1f06cd63f3
!10436 Support to control whether to throw runtime exceptions in SummaryRecord
...
From: @ouwenchang
Reviewed-by:
Signed-off-by:
4 years ago
ougongchang
06be546b52
Support to control whether raise RuntimeError exception in SummaryRecord
...
1. Support explainer raise an RuntimeError exception
2. fix the ut of SummaryRecord
4 years ago
ougongchang
e5529230bf
Prevent the multiprocess from capturing KeyboardInterrupt
4 years ago
ougongchang
6072b25a07
SummaryRecord support to record mindexplain data
...
The SummaryRecord.add_value() method is extended to record the data of
MindExplain.
4 years ago
buxue
483c8a179a
improve the recognition of Parameter object and raise error when convert keywordarg to pydata
4 years ago
Li Hongzhang
066950f69e
GPU dataset_sink_mode collect inputs
4 years ago
simson
5f77fbdd75
Rewrite tensor's __bool__ for pynative mode
5 years ago
ougongchang
cd868aea52
fix get loss error and NoneType error cause by _proceesor_specified_data
...
fix get loss error when it not a scalar and fix process specified data
failed when the action is False, and collect_specified_data parameter is
not None
5 years ago
ougongchang
3dc6f6f2d9
add more ut and st for SummaryCollector
...
Has fixed collecting optimizer error when mode is eval
5 years ago
ougongchang
939cd29d7e
Add a callback named SummaryCollector and delete SummaryStep callback
...
I added a SummaryCollector to help users automatically collect information
such as the network, loss, learning rate and so on, making it easier to collect this information.
It also can collect train lineage and eval lineage information which is
collected by TrainLineage Callback and EvalLineage Callback in
MindInsight.
I also add some UT for SummaryCollect to keep the code correct.
5 years ago
Li Hongzhang
0921c1e538
enhance the SummaryRecord with set_mode and add_value
5 years ago
李鸿章
ee438aaf4a
callback as context manager
5 years ago
wenkai
ab6b6add0b
cpu support summary
5 years ago
jinyaohui
86d197dfeb
clean pylint
5 years ago
“liuxiao”
f4542f810b
pylint clean
5 years ago
“liuxiao”
382a0124c3
pylint clean
5 years ago
ougongchang
7d78b5d89e
Put the parameter validation of the Summary operator into the python layer
...
add some unittest for summary operator
support ScalarSummary to record number type
5 years ago
jinyaohui
5a914994ba
clean pylint
5 years ago
jinyaohui
bcfaff97f9
clean pylint
5 years ago
李鸿章
32c1d558f4
SummaryRecord as context manager
5 years ago
jinyaohui
26fd75895d
pylint waring clean
5 years ago
wenkai
ab04b3dc4b
fix np.histograms(bins='auto') sometimes calc very small width and very large bucket number, which lead to error/long compute time.
5 years ago
candanzg
b84deeeb5c
fix summary tage check error
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
mindspore-ci-bot
18580a7867
!261 Add summary module python code to extract histogram info from tensor
...
Merge pull request !261 from wenkai/histogram_dev3cp
5 years ago
ougongchang
0ed6d9178e
add Histogram summary operator
...
clean clang format errors and cpplint errors
add some test cases for histogram summary operator
5 years ago
wenkai
cce61d462c
histogram python dev
5 years ago
mindspore-ci-bot
55916351ee
!52 remove ge depend
...
Merge pull request !52 from flywind/remove-ge-depend
5 years ago
Wei Luning
73ba399364
remove ge depend in cpu
5 years ago
chang zherui
1de7011bc8
delete longtime python ut
5 years ago
chang zherui
eaf7146d46
modify longtime python ut
5 years ago
zhunaipan
930a1fb0a8
initial version
...
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
5 years ago