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
2021-01-26 11:24:16 +08:00
jiangshuqiang
ab5cc10250
add the tensor collection feature when record summary
2021-01-11 12:39:36 +08:00
ougongchang
f2978e0721
add summary st for ops
2020-12-29 09:06:07 +08:00
helloiSCSI
8728fd4a72
fix summary GPU st
2020-12-07 16:03:58 +08:00
ougongchang
5404826aea
fix summary st, and support test dataset sink mode
2020-12-05 14:54:23 +08:00
nhussain
92e99ff224
change map calls
2020-09-10 10:25:05 -04:00
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
2020-09-08 10:26:20 -04:00
mindspore-ci-bot
fc79997de5
!5502 Mod SoftmaxCrossEntropyWithlogits
...
Merge pull request !5502 from wanyiming/mod_SoftmaxCrossEntropyWithlogits
2020-09-03 20:24:43 +08:00
wanyiming
0ec70068ae
mod_SoftmaxCrossEntropyWithLogits
2020-09-03 17:33:20 +08:00
jinyaohui
a9972a7def
optim pylint
2020-08-31 14:49:57 +08:00
ougongchang
3dc6f6f2d9
add more ut and st for SummaryCollector
...
Has fixed collecting optimizer error when mode is eval
2020-06-30 17:02:03 +08:00
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.
2020-06-19 21:07:55 +08:00
wenkai
0090682ae7
optimize summary support cpu
2020-06-15 19:17:16 +08:00
wenkai
ab6b6add0b
cpu support summary
2020-06-09 09:51:28 +08:00
liubuyu
107794fac9
pylint warning clean
2020-05-25 11:52:36 +08:00
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
2020-05-22 21:23:43 +08:00
liubuyu
37be555a81
pylint clean
2020-05-20 11:12:14 +08:00
jinyaohui
5a914994ba
clean pylint
2020-05-18 16:42:35 +08:00
jinyaohui
bcfaff97f9
clean pylint
2020-05-18 10:31:46 +08:00
李鸿章
32c1d558f4
SummaryRecord as context manager
2020-05-13 21:53:24 +08:00
leonwanghui
ba43dbc148
Fix pylint warnings in mindspore st test module
2020-04-22 16:44:19 +08:00
ougongchang
0ed6d9178e
add Histogram summary operator
...
clean clang format errors and cpplint errors
add some test cases for histogram summary operator
2020-04-18 09:56:45 +08:00
zhunaipan
930a1fb0a8
initial version
...
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
2020-03-27 22:54:54 +08:00