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
ougongchang
f2978e0721
add summary st for ops
4 years ago
helloiSCSI
8728fd4a72
fix summary GPU st
4 years ago
ougongchang
5404826aea
fix summary st, and support test dataset sink mode
4 years ago
nhussain
92e99ff224
change map calls
4 years ago
nhussain
3bac9d3713
switch input columns and operation
...
change ImagefolderDV2 name
change ds.transforms.vision to ds.vision
change batch api to match map api more closely
compose op changes
test_pylint
remove compose op from vision, move to transform module, refactor map and batch to use column_order
4 years ago
mindspore-ci-bot
fc79997de5
!5502 Mod SoftmaxCrossEntropyWithlogits
...
Merge pull request !5502 from wanyiming/mod_SoftmaxCrossEntropyWithlogits
5 years ago
wanyiming
0ec70068ae
mod_SoftmaxCrossEntropyWithLogits
5 years ago
jinyaohui
a9972a7def
optim pylint
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
wenkai
0090682ae7
optimize summary support cpu
5 years ago
wenkai
ab6b6add0b
cpu support summary
5 years ago
liubuyu
107794fac9
pylint warning 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
liubuyu
37be555a81
pylint clean
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
leonwanghui
ba43dbc148
Fix pylint warnings in mindspore st test module
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
zhunaipan
930a1fb0a8
initial version
...
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
5 years ago