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 |
WilliamLian
|
b86016a26f
|
remove the useless transdata and cast of control depend node
|
5 years ago |
kingfo
|
9708e58259
|
fix TupleToArray & Cast operator issue
|
5 years ago |
mindspore-ci-bot
|
d4a7c87b22
|
!2093 GPU add argmaxwithvalue
Merge pull request !2093 from VectorSL/argmaxwithvalue
|
5 years ago |
VectorSL
|
17377912ba
|
gpu add argmaxwithvalue
|
5 years ago |
unknown
|
f39a934a77
|
fix pylint
|
5 years ago |
mindspore-ci-bot
|
e33ecf310a
|
!2052 Update CI test for deeplabv3
Merge pull request !2052 from z00378171/master
|
5 years ago |
unknown
|
ac2e2f9a7a
|
updata deeplabv3 CI
|
5 years ago |
buxue
|
66bbdb4a31
|
change tensor dtype and shape from function to attr
|
5 years ago |
mindspore-ci-bot
|
c26cb9b15b
|
!2009 Add GCN to model zoo
Merge pull request !2009 from chentingting/gcn_modelzoo
|
5 years ago |
mindspore-ci-bot
|
87fa15de80
|
!2021 GPU add akg kernel greaterequal notequal
Merge pull request !2021 from VectorSL/gpu-add-akg-kernel
|
5 years ago |
chentingting
|
2e3387f8f9
|
Add GCN to model zoo
|
5 years ago |
mindspore-ci-bot
|
47404538f3
|
!1994 Add transformer net test
Merge pull request !1994 from zhangyinxia/master
|
5 years ago |
VectorSL
|
cf2fc1cecf
|
gpu add notequal greaterequal akg kernel
|
5 years ago |
zhangyinxia
|
f3aa04bd4d
|
add transformer test
|
5 years ago |
mindspore-ci-bot
|
db027bf31d
|
!1956 Add CI test and fix data preprocessing for deeplabv3
Merge pull request !1956 from z00378171/master
|
5 years ago |
mindspore-ci-bot
|
935b4cea91
|
!1967 check arg is tensor with vm backend
Merge pull request !1967 from zhangbuxue/check_arg_is_tensor_with_vm
|
5 years ago |
huangdongrun
|
9522f59b87
|
support for tensor indexing in pynative
support tensor slice using constexpr
remove tensorslice metagraph
add pynative testcases
|
5 years ago |
buxue
|
0cd57ddc5d
|
check arg is tensor with vm backend
|
5 years ago |
yanghaoran
|
8005494e04
|
Lower expectation of accuracy after 1 epoch of training from 0.35 to 0.2
|
5 years ago |
unknown
|
c929dab3dd
|
1:modify shell for deeplabv3
2:fix normalize bug
3:add ci test3:add ci test3:add ci test
|
5 years ago |
mindspore-ci-bot
|
d9c7a8400e
|
!1933 edit bert example scripts
Merge pull request !1933 from yoonlee666/edit-example
|
5 years ago |
mindspore-ci-bot
|
d6cc7089fc
|
!1888 Add cpu kernel implement of sparse adam
Merge pull request !1888 from YuJianfeng/adam
|
5 years ago |
mindspore-ci-bot
|
0903428296
|
!1946 [AutoParallel]Remove resnet50 st
Merge pull request !1946 from lichen/remove_autoparallel_st
|
5 years ago |
mindspore-ci-bot
|
bfc18f3adc
|
!1873 synchronize latest ascend software 04 Jun 2020
Merge pull request !1873 from yanghaoran/master
|
5 years ago |
yanghaoran
|
8da4c1a763
|
synchronize latest ascend software 04 Jun 2020
|
5 years ago |
yujianfeng
|
c956dfff51
|
Add SparseAdam and SparseLazyAdam cpu kernel
|
5 years ago |
lichenever
|
fad6b5744c
|
remove auto parallel st
|
5 years ago |
yoonlee666
|
ab36f3d3cd
|
edit example script
|
5 years ago |
mindspore-ci-bot
|
c4b3534913
|
!1905 update cpu lstm
Merge pull request !1905 from baihuawei/cpulstm
|
5 years ago |
mindspore-ci-bot
|
39338c8627
|
!1101 Add GCN training scripts
Merge pull request !1101 from chentingting/gcn
|
5 years ago |
baihuawei
|
9c74e39b12
|
update cpu lstm
|
5 years ago |
chentingting
|
e801d48906
|
add gcn training scripts
|
5 years ago |
mindspore-ci-bot
|
cf04a7b190
|
!1741 summary support cpu
Merge pull request !1741 from wenkai/wk1_cpu_summary_0531
|
5 years ago |
mindspore-ci-bot
|
5499161531
|
!1862 fixed validator for ApplyRMSProp,CumProd, CumSum,ReduceProd etc
Merge pull request !1862 from jiangjinsheng/issue_doc
|
5 years ago |
wenkai
|
ab6b6add0b
|
cpu support summary
|
5 years ago |
chenhaozhe
|
1be7ad52bb
|
fix bert scripts
|
5 years ago |
jiangjinsheng
|
51affc2f1b
|
fixed validator for CumProd, ReduceProd, ApplyRMSProp
|
5 years ago |
mindspore-ci-bot
|
c82a8bf483
|
!1678 modify print
Merge pull request !1678 from jinyaohui/print
|
5 years ago |
yao_yf
|
ce03ce5af2
|
data_parallel_grad_reducer
|
5 years ago |
yujianfeng
|
5d4b75838f
|
Add SparseApplyFtrl cpu kernel
|
5 years ago |
mindspore-ci-bot
|
063ad7c7f0
|
!1810 optimize slice/slicegrad performance
Merge pull request !1810 from sunsuodong/optimize_performance
|
5 years ago |
jinyaohui
|
5e43edc474
|
clean pylint
|
5 years ago |
chenjianping
|
af8108c9e1
|
support host reduce scatter and allgather
|
5 years ago |
sunsuodong
|
78787931e1
|
optimize performance
|
5 years ago |
mindspore-ci-bot
|
ddfa1edefe
|
!1618 fix lstm
Merge pull request !1618 from baihuawei/cpulstm
|
5 years ago |
mindspore-ci-bot
|
71dce2f586
|
!1800 fix cpu StridedSliceGrad bug when different dims between input and output
Merge pull request !1800 from sunsuodong/fix_StrideSliceGrad
|
5 years ago |
baihuawei
|
ea78e16e74
|
fix lstm
|
5 years ago |
wanghua
|
3f536ea1b7
|
add bert performance test case
|
5 years ago |
sunsuodong
|
63d9e47291
|
fix cpu StridedSliceGrad
|
5 years ago |
liuwenhao4
|
7b911886ec
|
Fixing some tiny faults about Pylint in my code(ops)
|
5 years ago |
Yi Huaijie
|
d7e1ab1445
|
clean pylint warnings
|
5 years ago |
mindspore-ci-bot
|
692f38ded2
|
!1532 clean pylint warning in test dir
Merge pull request !1532 from jinyaohui/pylint1
|
5 years ago |
jinyaohui
|
86d197dfeb
|
clean pylint
|
5 years ago |
lizhenyu
|
9df3a8613c
|
fix get nullptr when use graph manager
|
5 years ago |
mindspore-ci-bot
|
d3dbb10b6d
|
!1563 Fixing some tiny faults about Pylint in my code(ops)
Merge pull request !1563 from liuwenhao/master
|
5 years ago |
mindspore-ci-bot
|
23d27e0a17
|
!1540 [AutoParallel]Add resnet50 st
Merge pull request !1540 from lichen/add_auto_parallel_st
|
5 years ago |
liuwenhao4
|
f87c70a9ab
|
Fixing some tiny faults about Pylint in my code(ops)
|
5 years ago |
lichenever
|
191d3c05d0
|
add auto parallel st
|
5 years ago |
mindspore-ci-bot
|
bb72c0020b
|
!1612 add cpu stridedslice
Merge pull request !1612 from kisnwang/add-cpu-stridedslice
|
5 years ago |
kswang
|
f93e6beb52
|
add cpu strided slice
|
5 years ago |
mindspore-ci-bot
|
19ce0c372a
|
!1257 Implicit type conversion
Merge pull request !1257 from candanzg/implicit_type_conversion2
|
5 years ago |