chentingting
a733102db9
gcn_rectification
2020-06-23 10:01:59 +08:00
mindspore-ci-bot
0327d7e79b
!2424 Add aicpu op: CTCLoss, ReverseSequence and CropAndResize
...
Merge pull request !2424 from xutianchun/ctcloss
2020-06-22 10:23:06 +08:00
mindspore-ci-bot
c9b8a8da0a
!2369 add cpu reduce op and cpu softmax_cross_entropy_with_logits op
...
Merge pull request !2369 from baihuawei/reduce
2020-06-22 09:50:44 +08:00
xutianchun
2bfc86f5b7
Add aicpu op: ReverseSequence, CropAndResize, CTCLoss
2020-06-22 09:31:30 +08:00
gong chen
a6dfa281ea
Init GraphKernel.
...
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
2020-06-20 22:31:54 +08:00
mindspore-ci-bot
f469c6cf2e
!2397 change acc threshold of test_resnet_imagenet
...
Merge pull request !2397 from zhaoting/ResNet50_st
2020-06-20 18:55:13 +08:00
mindspore-ci-bot
748b0b1b64
!2388 GPU update bert scripts
...
Merge pull request !2388 from VectorSL/bert-eval
2020-06-20 15:26:21 +08:00
mindspore-ci-bot
f365fbd71e
!2060 Support pynative setitem
...
Merge pull request !2060 from amongo/SupportPynativeSetItem
2020-06-20 15:02:45 +08:00
mindspore-ci-bot
d57decc8a3
!2338 Gpu Minimum & Maximum kernels support int32
...
Merge pull request !2338 from chenweifeng/nezha
2020-06-20 15:01:40 +08:00
huangdongrun
79058d3509
add support for parameter
...
support for tensor setitem
add support for tensor assgin
2020-06-20 13:20:55 +08:00
zhaoting
9d9c35d1ee
change acc threshold of test_resnet_imagenet
2020-06-20 12:18:20 +08:00
VectorSL
b2412ea571
gpu update bert scripts
2020-06-20 12:00:40 +08:00
mindspore-ci-bot
88a3c0fa53
!2379 remove ftrl operator st on pynative mode
...
Merge pull request !2379 from zyli2020/change_ftrl_op_st
2020-06-20 10:17:01 +08:00
mindspore-ci-bot
634bfd3508
!2259 add Normal op
...
Merge pull request !2259 from pkuliuliu/master
2020-06-20 09:33:38 +08:00
lizhenyu
eb68c9953d
change ftrl operator st
2020-06-20 09:24:10 +08:00
mindspore-ci-bot
2f9c6ec8bc
!2337 aware quantization training auto create graph
...
Merge pull request !2337 from chenzhongming/master
2020-06-20 09:23:14 +08:00
pkuliuliu
acf46bafbb
add Normal op
2020-06-20 09:23:13 +08:00
chenzomi
c268c88220
aware quantization training auto create graph
2020-06-19 22:01:16 +08:00
baihuawei
862522376f
add reduce and softmax_cross_entropy_with_logits
2020-06-19 21:37:43 +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
wilfChen
480bf4151b
Gpu Minimum & Maximum kernels support int32
2020-06-19 17:11:04 +08:00
mindspore-ci-bot
66e07efccd
!2315 add Pack op for aicpu when axis=-1
...
Merge pull request !2315 from yanzhenxiang2020/add_pack_open
2020-06-19 16:30:14 +08:00
mindspore-ci-bot
9958bc479a
!2161 [qat]Export network from quantization aware network to deploy
...
Merge pull request !2161 from vlne-v1/I1IZV3-quant-infer
2020-06-19 14:16:00 +08:00
yanzhenxiang2020
8621c032d9
add pack op for aicpu
2020-06-19 10:30:11 +08:00
Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
2020-06-19 10:21:35 +08:00
mindspore-ci-bot
1424178601
!1663 change lenet and alexnet dir
...
Merge pull request !1663 from wukesong/change_network_path
2020-06-19 09:45:19 +08:00
mindspore-ci-bot
b7b4333d13
!2272 remove dataset send from data exec
...
Merge pull request !2272 from wangnan39/remove_dataset_send_from_model_init
2020-06-19 09:33:12 +08:00
mindspore-ci-bot
a9d06edae9
!2282 remove _quant_op.py from __init__.py
...
Merge pull request !2282 from chenzhongming/master
2020-06-19 09:20:03 +08:00
wangnan39@huawei.com
887838d452
do not send the data during the model init
2020-06-18 22:18:41 +08:00
wukesong
7dfd369998
modify lenet&alexnet dir
2020-06-18 20:45:46 +08:00
mindspore-ci-bot
fce37a5fbe
!2281 add Sigmoid and SigmoidGrad operation of GPU
...
Merge pull request !2281 from zyli2020/add_sigmoid
2020-06-18 20:09:02 +08:00
chenzomi
bbce6faff9
remove _quant_ops.py from __init__.py
2020-06-18 19:26:22 +08:00
mindspore-ci-bot
2e002ab64c
!2292 gpu fix all nop node graph execute
...
Merge pull request !2292 from limingqi107/master
2020-06-18 17:17:06 +08:00
limingqi107
0f4397cece
fix all nop node graph execute
2020-06-18 15:56:38 +08:00
lizhenyu
ea0cd5ccdd
add Sigmoid and SigmoidGrad operation of GPU
2020-06-18 15:42:58 +08:00
mindspore-ci-bot
74c3e15675
!2194 fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric=True calculation error bug
...
Merge pull request !2194 from 王东旭/master
2020-06-18 15:19:10 +08:00
mindspore-ci-bot
90e05579c8
!2197 Change acc threshold of test_resnet_imagenet
...
Merge pull request !2197 from zhaoting/ResNet50_st
2020-06-18 14:53:00 +08:00
mindspore-ci-bot
1e12b07afd
!2251 Add implementation of SparseApplyProximalAdagrad cpu kernel
...
Merge pull request !2251 from YuJianfeng/proximal
2020-06-18 14:15:02 +08:00
zhaoting
c083089e7e
change acc threshold of test_resnet_imagenet
2020-06-18 14:13:22 +08:00
mindspore-ci-bot
19e66f06e2
!2150 Gpu Tanh kernel support fp16
...
Merge pull request !2150 from chenweifeng/tanh-fp16
2020-06-18 12:50:25 +08:00
mindspore-ci-bot
0c3d96a98b
!2236 Refactor the callback module in an encapsulated way
...
Merge pull request !2236 from 李鸿章/callback
2020-06-18 12:09:19 +08:00
yujianfeng
c3871d98cc
Add implementation of SparseApplyProximalAdagrad cpu kernel
2020-06-18 11:43:27 +08:00
mindspore-ci-bot
fe797aaf10
!2229 add ftrl optimizer
...
Merge pull request !2229 from zyli2020/add_ftrl_op
2020-06-18 09:48:42 +08:00
mindspore-ci-bot
95d887a35b
!2226 add adam op for wide&deep model
...
Merge pull request !2226 from zyli2020/add_adam_op
2020-06-18 09:47:51 +08:00
mindspore-ci-bot
c4863683ef
!2235 add SigmoidCrossEntropyWithLogitsGrad operation
...
Merge pull request !2235 from zyli2020/add_sigmoid_cross_entropy_with_logits_grad
2020-06-18 09:47:15 +08:00
mindspore-ci-bot
116ed509bf
!2234 add SigmoidCrossEntropyWithLogits op
...
Merge pull request !2234 from zyli2020/add_sigmoid_cross_entropy_with_logits
2020-06-18 09:46:28 +08:00
lizhenyu
636b8e2b88
add SigmoidCrossEntropyWithLogitsGrad op
2020-06-17 19:33:27 +08:00
mindspore-ci-bot
4642df207a
!2210 gpu optimize the max device memory config
...
Merge pull request !2210 from limingqi107/max_device_memory_optimize
2020-06-17 19:20:27 +08:00
lizhenyu
694a8213b7
add adam optimizer
2020-06-17 17:07:41 +08:00
Li Hongzhang
ecc459158e
callback module in encapsulated
2020-06-17 17:01:44 +08:00