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 |
chenzomi
|
bbce6faff9
|
remove _quant_ops.py from __init__.py
|
5 years ago |
mindspore-ci-bot
|
2e002ab64c
|
!2292 gpu fix all nop node graph execute
Merge pull request !2292 from limingqi107/master
|
5 years ago |
limingqi107
|
0f4397cece
|
fix all nop node graph execute
|
5 years ago |
lizhenyu
|
ea0cd5ccdd
|
add Sigmoid and SigmoidGrad operation of GPU
|
5 years ago |
mindspore-ci-bot
|
74c3e15675
|
!2194 fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric=True calculation error bug
Merge pull request !2194 from 王东旭/master
|
5 years ago |
mindspore-ci-bot
|
90e05579c8
|
!2197 Change acc threshold of test_resnet_imagenet
Merge pull request !2197 from zhaoting/ResNet50_st
|
5 years ago |
mindspore-ci-bot
|
1e12b07afd
|
!2251 Add implementation of SparseApplyProximalAdagrad cpu kernel
Merge pull request !2251 from YuJianfeng/proximal
|
5 years ago |
zhaoting
|
c083089e7e
|
change acc threshold of test_resnet_imagenet
|
5 years ago |
mindspore-ci-bot
|
19e66f06e2
|
!2150 Gpu Tanh kernel support fp16
Merge pull request !2150 from chenweifeng/tanh-fp16
|
5 years ago |
mindspore-ci-bot
|
0c3d96a98b
|
!2236 Refactor the callback module in an encapsulated way
Merge pull request !2236 from 李鸿章/callback
|
5 years ago |
yujianfeng
|
c3871d98cc
|
Add implementation of SparseApplyProximalAdagrad cpu kernel
|
5 years ago |
mindspore-ci-bot
|
fe797aaf10
|
!2229 add ftrl optimizer
Merge pull request !2229 from zyli2020/add_ftrl_op
|
5 years ago |
mindspore-ci-bot
|
95d887a35b
|
!2226 add adam op for wide&deep model
Merge pull request !2226 from zyli2020/add_adam_op
|
5 years ago |
mindspore-ci-bot
|
c4863683ef
|
!2235 add SigmoidCrossEntropyWithLogitsGrad operation
Merge pull request !2235 from zyli2020/add_sigmoid_cross_entropy_with_logits_grad
|
5 years ago |
mindspore-ci-bot
|
116ed509bf
|
!2234 add SigmoidCrossEntropyWithLogits op
Merge pull request !2234 from zyli2020/add_sigmoid_cross_entropy_with_logits
|
5 years ago |
lizhenyu
|
636b8e2b88
|
add SigmoidCrossEntropyWithLogitsGrad op
|
5 years ago |
mindspore-ci-bot
|
4642df207a
|
!2210 gpu optimize the max device memory config
Merge pull request !2210 from limingqi107/max_device_memory_optimize
|
5 years ago |
lizhenyu
|
694a8213b7
|
add adam optimizer
|
5 years ago |
Li Hongzhang
|
ecc459158e
|
callback module in encapsulated
|
5 years ago |
lizhenyu
|
ac2217dbae
|
add SigmoidCrossEntropyWithLogits op
|
5 years ago |
lizhenyu
|
c3360a84cd
|
add ftrl optimizer
|
5 years ago |
mindspore-ci-bot
|
cef901fe0d
|
!2069 Fix input value check for Momentum, SparseApplyFtrl and SparseApplyAdagrad.
Merge pull request !2069 from liuxiao/fix-input-value-check-for-SparseApplyFtrl-and-SparseApplyAdaGrad
|
5 years ago |
wilfChen
|
9201ea5ed2
|
replace tanh implement with cudnn
|
5 years ago |
limingqi107
|
55b3557c0d
|
gpu optimize the max device memory config
|
5 years ago |
王东旭
|
4e09ae83eb
|
fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric bug
|
5 years ago |
李鸿章
|
ee438aaf4a
|
callback as context manager
|
5 years ago |
liuxiao
|
df63a3195d
|
fix input value check for SparseApplyFtrl and SparseApplyAdagrad
|
5 years ago |
mindspore-ci-bot
|
bb622877e8
|
!2167 Add a callback module to avoid the size of the callback.py file too large
Merge pull request !2167 from ougongchang/adjust_callback
|
5 years ago |
ougongchang
|
1ffa37ffbc
|
Add a callback module to avoid the size of the callback.py file to large
|
5 years ago |
mindspore-ci-bot
|
17c3148ff8
|
!1923 optimize summary support cpu code
Merge pull request !1923 from wenkai/wk1_cpu_summary_opt_0609
|
5 years ago |
mindspore-ci-bot
|
792d1a444c
|
!1899 add resnet50_imagenet 8p st
Merge pull request !1899 from zhaoting/ResNet50_st
|
5 years ago |
zhaoting
|
429c88a462
|
add resnet50 imagenet st
|
5 years ago |
mindspore-ci-bot
|
84dd46a750
|
!2141 add ci test cast for yolov3
Merge pull request !2141 from chengxb7532/cxb_st
|
5 years ago |
chengxianbin
|
0f5fcfee39
|
add ci test case for yolov3
|
5 years ago |
mindspore-ci-bot
|
34790387e3
|
!2088 fix pylint
Merge pull request !2088 from z00378171/master
|
5 years ago |
wenkai
|
0090682ae7
|
optimize summary support cpu
|
5 years ago |
mindspore-ci-bot
|
8593c4d841
|
!2051 support host mpi
Merge pull request !2051 from chenjianping/host_reduce
|
5 years ago |
mindspore-ci-bot
|
971f10d222
|
!1790 remove transdata only connected with control depend
Merge pull request !1790 from lianliguang/remove-the-useless-transdata-connected-with-the-control-depend
|
5 years ago |
chenjianping
|
6034f9c1e2
|
support host reduce scatter and mpi config
|
5 years ago |
mindspore-ci-bot
|
11f5f88021
|
!2010 fix operator issues for tuple_to_array and cast
Merge pull request !2010 from wangqiuliang/fix-tuple-to-array-issue
|
5 years ago |