mindspore-ci-bot
a9dac909d9
!2535 Fix pynative indexing
...
Merge pull request !2535 from amongo/FixPynativeTensorIndexing
5 years ago
mindspore-ci-bot
4c6bff75af
!1393 Gpu Support AdamWeightDecay optimizer fusion
...
Merge pull request !1393 from chenweifeng/adam_weight_decay
5 years ago
mindspore-ci-bot
a4fbdc3f69
!2245 Decouple ir::Tensor from python.
...
Merge pull request !2245 from hewei/decouple_tensor
5 years ago
mindspore-ci-bot
0a368494db
!2499 HostAllGather and HostReduceScatter change to internal interface
...
Merge pull request !2499 from yihuaijie/master
5 years ago
huangdongrun
bc0455eaff
* fix bool index
...
* change slice setitem to mixed procedure
* add testcase for slice assignment
5 years ago
He Wei
43e0967024
Decouple ir::Tensor class from python
5 years ago
mindspore-ci-bot
c22c865c4a
!1950 [front]add `has_effect` direct to target construct method not cell object
...
Merge pull request !1950 from vlne-v1/move-flags-to-construct
5 years ago
mindspore-ci-bot
69c15470a5
!2492 Add an output to apply_proximal_adagrad op register
...
Merge pull request !2492 from YuJianfeng/master
5 years ago
wilfChen
034d2ea2aa
Gpu Adam Fusion
5 years ago
Wei Luning
8f56528f8c
add flags on function
5 years ago
mindspore-ci-bot
0478b7d191
!2303 optimize LARS interface
...
Merge pull request !2303 from gziyan/modify_lars_interface
5 years ago
mindspore-ci-bot
8870956954
!2441 add fake quant test case for gpu
...
Merge pull request !2441 from chenzhongming/master
5 years ago
Yi Huaijie
2eb739de6e
change HostAllGather and HostReduceScatter to internal interface
5 years ago
chenzomi
8873f9dc7e
add fake quant test case for gpu
5 years ago
mindspore-ci-bot
a2cd05339f
!2180 Gpu Gelu kernel support fp16
...
Merge pull request !2180 from chenweifeng/gelu-fp16
5 years ago
yujianfeng
304427cd93
Add an output to apply_proximal_adagrad op register
5 years ago
Ziyan
41ddc153a6
modify lars interface
5 years ago
chentingting
a733102db9
gcn_rectification
5 years ago
mindspore-ci-bot
0327d7e79b
!2424 Add aicpu op: CTCLoss, ReverseSequence and CropAndResize
...
Merge pull request !2424 from xutianchun/ctcloss
5 years ago
mindspore-ci-bot
c9b8a8da0a
!2369 add cpu reduce op and cpu softmax_cross_entropy_with_logits op
...
Merge pull request !2369 from baihuawei/reduce
5 years ago
xutianchun
2bfc86f5b7
Add aicpu op: ReverseSequence, CropAndResize, CTCLoss
5 years ago
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.
5 years ago
mindspore-ci-bot
f469c6cf2e
!2397 change acc threshold of test_resnet_imagenet
...
Merge pull request !2397 from zhaoting/ResNet50_st
5 years ago
mindspore-ci-bot
748b0b1b64
!2388 GPU update bert scripts
...
Merge pull request !2388 from VectorSL/bert-eval
5 years ago
mindspore-ci-bot
f365fbd71e
!2060 Support pynative setitem
...
Merge pull request !2060 from amongo/SupportPynativeSetItem
5 years ago
mindspore-ci-bot
d57decc8a3
!2338 Gpu Minimum & Maximum kernels support int32
...
Merge pull request !2338 from chenweifeng/nezha
5 years ago
huangdongrun
79058d3509
add support for parameter
...
support for tensor setitem
add support for tensor assgin
5 years ago
zhaoting
9d9c35d1ee
change acc threshold of test_resnet_imagenet
5 years ago
VectorSL
b2412ea571
gpu update bert scripts
5 years ago
mindspore-ci-bot
88a3c0fa53
!2379 remove ftrl operator st on pynative mode
...
Merge pull request !2379 from zyli2020/change_ftrl_op_st
5 years ago
mindspore-ci-bot
634bfd3508
!2259 add Normal op
...
Merge pull request !2259 from pkuliuliu/master
5 years ago
lizhenyu
eb68c9953d
change ftrl operator st
5 years ago
mindspore-ci-bot
2f9c6ec8bc
!2337 aware quantization training auto create graph
...
Merge pull request !2337 from chenzhongming/master
5 years ago
pkuliuliu
acf46bafbb
add Normal op
5 years ago
chenzomi
c268c88220
aware quantization training auto create graph
5 years ago
baihuawei
862522376f
add reduce and softmax_cross_entropy_with_logits
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
wilfChen
480bf4151b
Gpu Minimum & Maximum kernels support int32
5 years ago
mindspore-ci-bot
66e07efccd
!2315 add Pack op for aicpu when axis=-1
...
Merge pull request !2315 from yanzhenxiang2020/add_pack_open
5 years ago
mindspore-ci-bot
9958bc479a
!2161 [qat]Export network from quantization aware network to deploy
...
Merge pull request !2161 from vlne-v1/I1IZV3-quant-infer
5 years ago
yanzhenxiang2020
8621c032d9
add pack op for aicpu
5 years ago
Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
5 years ago
mindspore-ci-bot
1424178601
!1663 change lenet and alexnet dir
...
Merge pull request !1663 from wukesong/change_network_path
5 years ago
mindspore-ci-bot
b7b4333d13
!2272 remove dataset send from data exec
...
Merge pull request !2272 from wangnan39/remove_dataset_send_from_model_init
5 years ago
mindspore-ci-bot
a9d06edae9
!2282 remove _quant_op.py from __init__.py
...
Merge pull request !2282 from chenzhongming/master
5 years ago
wangnan39@huawei.com
887838d452
do not send the data during the model init
5 years ago
wukesong
7dfd369998
modify lenet&alexnet dir
5 years ago
mindspore-ci-bot
fce37a5fbe
!2281 add Sigmoid and SigmoidGrad operation of GPU
...
Merge pull request !2281 from zyli2020/add_sigmoid
5 years ago
wilfChen
8f4cd76582
gpu Gelu kernel support fp16
5 years ago
chenzomi
bbce6faff9
remove _quant_ops.py from __init__.py
5 years ago