mindspore-ci-bot
af9398b39a
!3756 Change distribution api
...
Merge pull request !3756 from XunDeng/pp_poc_v3
2020-08-04 11:34:46 +08:00
yujianfeng
57cb1eeb14
Performance optimization of embedding_lookup
2020-08-03 19:49:08 +08:00
mindspore-ci-bot
be507b96e0
!3473 [refine]change base class of parameter
...
Merge pull request !3473 from vlne-v1/change_base_class_of_parameter
2020-08-03 16:05:46 +08:00
mindspore-ci-bot
49ba473bcc
!3803 add gpu klDivLoss op
...
Merge pull request !3803 from baihuawei/loss
2020-08-03 10:07:34 +08:00
mindspore-ci-bot
51fcaf6e61
!3714 stridedslice/stridedslicegrad 4D to 7D
...
Merge pull request !3714 from panbingao/stridedslice
2020-08-03 09:19:25 +08:00
Wei Luning
a05c38bb63
make python Parameter inherit from Tensor
2020-08-03 09:12:24 +08:00
TFbunny
ad8a786b07
add GPU support to RandomChoiceWithMask
2020-08-01 00:33:59 -04:00
Xun Deng
e87e1fc6bc
changed distribution api
2020-07-31 12:41:06 -04:00
mindspore-ci-bot
2449e4e7f1
!3760 Fix GPU-ResizeNearestNeighbor
...
Merge pull request !3760 from 34bunny/GPU-ResizeNearestNeighbor-fix
2020-07-31 23:19:18 +08:00
mindspore-ci-bot
e1f93ec28c
!3619 NMSWithMask - CUDA Impl
...
Merge pull request !3619 from danishnxt/GPU_One
2020-07-31 23:18:43 +08:00
mindspore-ci-bot
82b103a740
!3780 add gpu BinaryCrossEntropy
...
Merge pull request !3780 from baihuawei/losscuda
2020-07-31 18:34:01 +08:00
baihuawei
9eca56635d
add KLDiv loss
2020-07-31 15:03:18 +08:00
baihuawei
aa9ea1707c
add binary cross entropy
2020-07-31 10:45:08 +08:00
panbingao
e6335739d2
stridedslice/stridedslicegrad 4D to 7D
2020-07-31 10:41:29 +08:00
mindspore-ci-bot
31e889881b
!3737 Enlarge the threshold of resnet50 performance st in pynative
...
Merge pull request !3737 from JoyLvliang/enlarge-the-threshold-of-resnet50-performance-st-in-pynative
2020-07-31 09:00:22 +08:00
TFbunny
075acf80b1
fix ResizeNearestNeighbor & add util.cuh to support atomicadd for half
2020-07-30 12:31:03 -04:00
peixu_ren
374772035a
Refactor random uniform ops and complete gamma and poisson
2020-07-30 09:46:52 -04:00
wilfChen
4d600e70f1
gpu layernorm
2020-07-30 20:11:04 +08:00
lvliang
afe42e8d19
enlarge-the-threshold-of-resnet50-performance-st-in-pynative
2020-07-30 17:10:51 +08:00
mindspore-ci-bot
f1a39a0f72
!3655 gpu support BroadcastTo kernel
...
Merge pull request !3655 from chenweifeng/broadcast_to
2020-07-30 14:23:18 +08:00
mindspore-ci-bot
773f8e5352
!3707 Gpu support LayerNorm kernel
...
Merge pull request !3707 from chenweifeng/LayerNorm
2020-07-30 14:22:25 +08:00
wilfChen
1eee3d6937
gpu layernorm
2020-07-30 11:06:55 +08:00
danish
a2ffc9530e
stuff added
...
box copying fix
common function for IOU
new sort func
final update + unit test
remove one comment
fix lintig -1
lint fix 2
lint fix 3
last lint fix
value fix in ST nms with mask
addressing comments
pylint fix
pylint fix 1
test file fix
2020-07-29 15:11:24 -04:00
Xun Deng
e94d91ba95
remove import probability from nn/__init__.py
2020-07-29 15:08:58 -04:00
mindspore-ci-bot
afce1c3a40
!3341 GPU maxpool with argmax op
...
Merge pull request !3341 from tom_chen/maxpool_with_argmax
2020-07-29 21:24:38 +08:00
wilfChen
9cad0fec1d
gpu broadcast to
2020-07-29 16:24:01 +08:00
mindspore-ci-bot
46ae7879d4
!3394 Three distribution class instances: Exponential, Geometric Uniform distribution
...
Merge pull request !3394 from XunDeng/pp_poc_v3
2020-07-28 22:21:29 +08:00
mindspore-ci-bot
3cac1bb9f8
!3352 Add ROIAlignGrad GPU operator
...
Merge pull request !3352 from JonathanY/ROIAlignGrad
2020-07-28 22:13:38 +08:00
mindspore-ci-bot
efb12d5e1e
!3560 Add random uniform real op at GPU end
...
Merge pull request !3560 from peixu_ren/custom_gpu
2020-07-28 21:23:05 +08:00
mindspore-ci-bot
bca16792be
!3453 Support resolving an attribute of a Cell class instance
...
Merge pull request !3453 from zichun_ye/resolve_attr_pr
2020-07-28 14:32:31 +08:00
Zichun Ye
5b9899eb4f
add support to resolve attr for a class
...
update logic for cache
clean up code
add test cases for new api
update include of code
specify the resolve attr to ClassMember
avoid resolve attr of self
2020-07-27 23:37:35 -04:00
peixu_ren
e7a99397a5
Add random uniform real op at GPU end
2020-07-27 23:18:11 -04:00
peixu_ren
292f2de0cf
Add sampling functions in exponential, geometric and uniform distributions
2020-07-27 17:07:14 -04:00
Xun Deng
7bb83067d0
added exponential uniform geometric distribution
...
added cdf, logcdf, survival, logsurvival, entropy, mode, cross_entropy wrapper
2020-07-27 17:03:37 -04:00
mindspore-ci-bot
e730224a2c
!3511 Add IOU, CheckValid, GatherNd, ScatterNd ops.
...
Merge pull request !3511 from linqingke/new_ops
2020-07-27 15:50:30 +08:00
mindspore-ci-bot
9c461f5565
!3513 Add parameter server mode_zoo case and CI test cases.
...
Merge pull request !3513 from ZPaC/master-add-ps-test-cases
2020-07-27 14:31:46 +08:00
ZPaC
07a52688c1
Add parameter server model_zoo case and CI test cases.
2020-07-27 11:45:02 +08:00
mindspore-ci-bot
ca42c21206
!3497 restore transformer st
...
Merge pull request !3497 from yuchaojie/transformer_st
2020-07-27 11:41:56 +08:00
linqingke
7829bab811
add iou ops.
2020-07-27 11:12:26 +08:00
mindspore-ci-bot
c22792aab1
!3495 Gpu StridedSlice performance optimize
...
Merge pull request !3495 from chenweifeng/strided_slice
2020-07-27 11:04:50 +08:00
wilfChen
d3167da8af
gpu support stridedslice
2020-07-25 19:55:19 +08:00
yuchaojie
a2b1c38cf2
restore transformer st
2020-07-25 17:07:31 +08:00
chenhaozhe
ef7ea3b92d
fix bert performance test case
2020-07-25 15:52:04 +08:00
mindspore-ci-bot
d21871a4fe
!3375 add bert ci script
...
Merge pull request !3375 from yoonlee666/bertci
2020-07-25 09:43:04 +08:00
mindspore-ci-bot
dc64a3878a
!3396 fix get dataset size error
...
Merge pull request !3396 from panfengfeng/fix_getdataset_size_error
2020-07-24 23:09:45 +08:00
tom__chen
5c3be0114f
add maxpool_with_argmax/grad cuda kernel
2020-07-24 06:17:14 -08:00
yoonlee666
4c167e3085
add bert ci script
2020-07-24 22:04:40 +08:00
panfengfeng
939e612906
fix get daataset size error
2020-07-24 21:45:42 +08:00
Jonathan Yan
ad40e00228
roi align grad v1
2020-07-24 00:36:32 -04:00
peixu_ren
19d80b87a9
Fix minor errors in probabilistic programming
2020-07-23 15:38:08 -04:00
mindspore-ci-bot
1e88d64b20
!3259 add gpu cumsum op and reducemin
...
Merge pull request !3259 from baihuawei/automl
2020-07-23 20:38:33 +08:00
mindspore-ci-bot
684ff4f46b
!3160 Rewrite tensor's __bool__ for pynative mode
...
Merge pull request !3160 from Simson/push-to-opensource
2020-07-23 16:55:49 +08:00
simson
5f77fbdd75
Rewrite tensor's __bool__ for pynative mode
2020-07-23 16:51:46 +08:00
baihuawei
4a8724e0ac
add gpu cumsum
2020-07-23 15:43:04 +08:00
mindspore-ci-bot
48711414fc
!3356 [common]Refine code & Add ToAbstruct for `FuncGraph`, `MetaFuncGraph` `Primitive`
...
Merge pull request !3356 from vlne-v1/add_to_abstract_for_function
2020-07-23 14:33:58 +08:00
Wei Luning
484d7f10c8
refine code* refine code in bert model* add ToAbstruct for `FuncGraph`, `MetaFuncGraph` `Primitive`* remove partial hard code in spec for poly* remove any in data convert cache
2020-07-23 12:43:37 +08:00
mindspore-ci-bot
183cf5cf5d
!3285 Add Encode,Decode,SGD,floordiv,ScatterNd,GatherNd ops.
...
Merge pull request !3285 from linqingke/gpu_ops
2020-07-23 10:53:54 +08:00
linqingke
f679568d86
gpu ops code and test case.
2020-07-22 20:15:52 +08:00
mindspore-ci-bot
8561a16258
!284 add FusedSparse(Adam/LazyAdam/Ftrl/ProximalAdagrad) for aicpu
...
Merge pull request !284 from yanzhenxiang2020/add_fused_sparse_incubator
2020-07-22 17:40:33 +08:00
kingfo
09b437285b
support mix precision in pynative
2020-07-22 17:12:36 +08:00
mindspore-ci-bot
2eefb94fee
!3312 Relax the threshold of pynative resnet50 performance st
...
Merge pull request !3312 from JoyLvliang/Relax-the-threshold-of-pynative-resnet50-performance-st
2020-07-22 14:51:51 +08:00
mindspore-ci-bot
d15b4c5d61
!3201 RoI Align GPU kernel
...
Merge pull request !3201 from JonathanY/main
2020-07-22 13:38:34 +08:00
mindspore-ci-bot
38a52a5b67
!3176 Add gpu support for ResizeNearestNeighbor
...
Merge pull request !3176 from 34bunny/GPU-ResizeNearestNeighbor
2020-07-22 13:38:11 +08:00
mindspore-ci-bot
21783ce221
!3300 Optimize server code
...
Merge pull request !3300 from ZPaC/new-feature-of-ps
2020-07-22 12:35:28 +08:00
lvliang
6f1d2768f8
Relax-the-threshold-of-pynative-resnet50-performance-st
2020-07-22 12:01:43 +08:00
yanzhenxiang2020
a536b68c84
add FusedSparse(Adam/LazyAdam/Ftrl/ProximalAdagrad) for aicpu
2020-07-22 11:26:33 +08:00
wangnan39@huawei.com
47245e8ba0
rename operators of sparse optimizer
2020-07-22 11:19:42 +08:00
cristoval
c6262111ef
add sparse lazy adam in ps
2020-07-22 10:44:27 +08:00
mindspore-ci-bot
b13c7a3d48
!3268 refine GPU memory swap performance
...
Merge pull request !3268 from zyli2020/refine_gpu_mem_swap
2020-07-22 10:08:51 +08:00
mindspore-ci-bot
5f10417b9f
!3276 make gpu equal op support int32
...
Merge pull request !3276 from qujianwei/master
2020-07-22 09:19:11 +08:00
Jonathan Yan
661b993475
roi align v1
2020-07-21 20:15:49 -04:00
TFbunny
de28cdc71c
add GPU support to ResizeNearestNeighbor
2020-07-21 10:20:07 -04:00
mindspore-ci-bot
925172664b
!3230 add bprop for sparse_tensor
...
Merge pull request !3230 from riemann_penn/add_bprop_for_sparse_tensor
2020-07-21 21:47:53 +08:00
lizhenyu
c67e562373
refine GPU memory swap performance
2020-07-21 21:37:54 +08:00
mindspore-ci-bot
cf4353f728
!3220 Add random normal op at MindSpore front-end
...
Merge pull request !3220 from peixu_ren/custom_gpu
2020-07-21 20:33:52 +08:00
panyifeng
4d4e23fd9e
Add bprop for sparse_tensor
2020-07-21 19:40:35 +08:00
chentingting
8e8a197364
change gnn dir
2020-07-21 18:28:19 +08:00
mindspore-ci-bot
93323e1e2e
!3277 change directory of GCN and GAT from model_zoo to model_zoo/official/gnn
...
Merge pull request !3277 from chentingting/change_gnn_dir
2020-07-21 17:40:24 +08:00
chentingting
f033caa7f0
change gnn path
2020-07-21 17:35:55 +08:00
mindspore-ci-bot
240c8c0664
!2967 Optimize ControlDepend for heterogeneous_execution
...
Merge pull request !2967 from huanghui/heterogeneous-backend-control-depend-optimize
2020-07-21 17:34:45 +08:00
qujianwei
7479fb24a0
make gpu equal op support int32
2020-07-21 17:02:12 +08:00
mindspore-ci-bot
bad04340d6
!3240 GPU update CAST and conv2d_pad
...
Merge pull request !3240 from VectorSL/update
2020-07-21 15:11:28 +08:00
huanghui
4c34867486
control optimizie for heterogeneous excutor
2020-07-21 14:46:29 +08:00
peixu_ren
9b45018dfd
Add random normal op at MindSpore front-end
2020-07-20 23:31:30 -04:00
mindspore-ci-bot
c10e5f1b22
!3146 modelzoo wide&deep run clusters
...
Merge pull request !3146 from yao_yf/modezoo_widedeep_run_clusters
2020-07-21 09:31:21 +08:00
VectorSL
90f15df037
add int64-->fp16 and update conv pad
2020-07-21 09:21:57 +08:00
wangnan39@huawei.com
082433183d
uniform learning_rate behavior of optimizers
2020-07-20 21:09:20 +08:00
mindspore-ci-bot
5d42d00161
!3217 rename operator of sparse optimizer
...
Merge pull request !3217 from wangnan39/rename_the_operator_of_sparse_optimizer
2020-07-20 20:10:50 +08:00
mindspore-ci-bot
ec118c4eb8
!3245 remove transformer st
...
Merge pull request !3245 from yuchaojie/transformer_st
2020-07-20 20:01:23 +08:00
yuchaojie
f960a6c403
remove transformer st
2020-07-20 19:44:58 +08:00
yao_yf
3dbe872596
modezoo wide&deep run clusters
2020-07-20 17:44:07 +08:00
anzhengqi
008b91b2a1
inject epoch ctrl op in the execution tree and send eos at the end of epoch
2020-07-20 13:02:47 +08:00
wangnan39@huawei.com
1cdf6a10ac
rename operators of sparse optimizer
2020-07-20 12:00:39 +08:00
mindspore-ci-bot
6f8863b65d
!3198 synchronize latest Ascend software suite 18 Jul 2020, and merging branches
...
Merge pull request !3198 from yanghaoran/code_sync_0718
2020-07-19 14:14:45 +08:00
yanghaoran
859acc6d2a
synchronize latest Ascend software suite 18 Jul 2020, and merging branches
2020-07-18 21:09:55 +08:00
mindspore-ci-bot
ffb7040c3c
!3200 [clean]remove loop_can_unroll flag, clean some other python code
...
Merge pull request !3200 from vlne-v1/remove_loop_can_unroll
2020-07-18 19:44:29 +08:00
mindspore-ci-bot
32921ea3dc
!3166 add gpu oneslike op
...
Merge pull request !3166 from qujianwei/gpu-oneslike
2020-07-18 18:19:48 +08:00
Wei Luning
88e864a4a3
remove loop can unroll flag, clean some python usage
2020-07-18 17:41:34 +08:00
mindspore-ci-bot
c5eae497be
!3195 move transformer net to new modelzoo directory
...
Merge pull request !3195 from yuchaojie/transformer_st
2020-07-18 16:39:36 +08:00
mindspore-ci-bot
43567f9b9f
!3147 add RNNTLoss and RandomCategorical ops for aicpu
...
Merge pull request !3147 from yanzhenxiang2020/add_rnnt_cate_open.new
2020-07-18 15:41:47 +08:00
qujianwei
fb2ac74d9a
add gpu oneslike kernel
2020-07-18 15:27:07 +08:00
yuchaojie
df5d162417
move transformer net to new modelzoo directory
2020-07-18 15:13:29 +08:00
yujianfeng
188d74f15e
Remove transdata and cast for internal outputs
2020-07-17 16:55:47 +08:00
mindspore-ci-bot
11732f0ea2
!3135 GPU cast support more type
...
Merge pull request !3135 from VectorSL/cast2
2020-07-17 15:57:30 +08:00
yanzhenxiang2020
2ae6dfe95a
add RNNTLoss and RandomCategorical op for aicpu
2020-07-17 15:44:06 +08:00
mindspore-ci-bot
e16dd2a6c4
!3131 hange shape and dtype of tensor from interface to attr
...
Merge pull request !3131 from zhangbuxue/change_shape_and_dtype_of_tensor_from_interface_to_attr
2020-07-17 09:08:29 +08:00
VectorSL
aef2c1984e
cast support more types
2020-07-17 08:43:12 +08:00
mindspore-ci-bot
251683096a
!3045 Gpu support TopK kernel
...
Merge pull request !3045 from chenweifeng/sort
2020-07-16 21:54:28 +08:00
mindspore-ci-bot
e249197c73
!3003 gpu support BroadcastTo kernels
...
Merge pull request !3003 from chenweifeng/broadcastto
2020-07-16 21:53:03 +08:00
wuxuejian
c713382798
add Padding op
2020-07-16 21:37:35 +08:00
mindspore-ci-bot
ad09bf3e87
!3083 add gpu split and restructure gpu concat
...
Merge pull request !3083 from zhaoting/master
2020-07-16 20:13:54 +08:00
buxue
6d5c580a61
change shape and dtype of tensor from interface to attr
2020-07-16 19:44:24 +08:00
changzherui
f4cb445ea8
syn code for 0715
2020-07-16 17:18:21 +08:00
zhaoting
5c0962acfa
add gpu split and restructure gpu concat
2020-07-16 14:18:49 +08:00
peixu_ren
1feca960aa
Rollback to Normal on D
2020-07-16 00:49:23 -03:00
mindspore-ci-bot
a661545d49
!265 Synchronize Ascend software suite 07 Jul 2020
...
Merge pull request !265 from yanghaoran/incubator
2020-07-15 21:04:59 +08:00
wilfChen
c10e07734c
gpu support TopK kernel
2020-07-15 19:51:30 +08:00
wilfChen
dfb958de1e
Gpu support BroadcastTo kernel
2020-07-15 16:44:31 +08:00
yanghaoran
00749914a4
remove testcase
2020-07-15 15:41:18 +08:00
peixu_ren
ac561f2956
Refactor random normal op
2020-07-14 11:35:19 -03:00
peixu_ren
20ca96c62b
Add random normal MindSpore interface
2020-07-14 11:19:12 -03:00
mindspore-ci-bot
48654be14d
!3040 BoundingBoxAugment op fix ratio
...
Merge pull request !3040 from islam_amin/bounding_box_augment_bugs
2020-07-14 09:36:34 +08:00
mindspore-ci-bot
69ce4bf2b2
!2970 Del mindspore/model_zoo
...
Merge pull request !2970 from panbingao/master
2020-07-14 08:57:31 +08:00
mindspore-ci-bot
9a1bfd9bd8
!3013 fix tensor bool and float scalar
...
Merge pull request !3013 from amongo/fix_tensor_bool_add_float
2020-07-13 14:42:19 +08:00
WilliamLian
ea9b5468bb
fix bug of hccl kernel info
2020-07-13 11:12:05 +08:00
huangdongrun
d70b4c1b62
add support for bool tensor and scalar impilicit convert
2020-07-13 10:49:47 +08:00
mindspore-ci-bot
d925c52bb1
!2875 add grad all in pynative
...
Merge pull request !2875 from wangqiuliang/add-grad-all-in-pynative
2020-07-13 09:30:52 +08:00
kingfo
add3778a61
add grad all in pynative mode
2020-07-10 17:49:54 +08:00
panbingao
45dbc8bf04
Move model_zoo.resnet.py
2020-07-10 17:36:34 +08:00
leilei_snow
38f32d0f8f
add testcase for switchlayer.
2020-07-10 07:46:28 +00:00
mindspore-ci-bot
9daeeb5a81
!2961 add st to protect pynative hook from abnormal
...
Merge pull request !2961 from JoyLvliang/add-st-to-protect-pynative-hook-from-abnormal
2020-07-10 11:06:06 +08:00
mindspore-ci-bot
cf5a27e97d
!2962 gpu support SmoothL1Loss kernel
...
Merge pull request !2962 from chenweifeng/smoothl1loss
2020-07-10 11:03:22 +08:00
wilfChen
0fdc304a8e
gpu support smoothl1loss
2020-07-09 20:30:00 +08:00
lvliang
0978bdc301
add-st-to-protect-pynative-hook-from-abnormal
2020-07-09 19:54:46 +08:00
buxue
4e832b2309
support implicit type conversion for pynative mode
2020-07-09 15:41:41 +08:00
mindspore-ci-bot
0c7a5f76a3
!2779 gpu support CTCLoss kernel
...
Merge pull request !2779 from chenweifeng/ctcloss
2020-07-09 09:57:14 +08:00
wilfChen
d54154a1f9
Gpu support ctcloss kernel
2020-07-08 19:35:01 +08:00
mindspore-ci-bot
dffb76a0a9
!2605 High level abstraction of mathematical distributions
...
Merge pull request !2605 from XunDeng/pp_poc_v3
2020-07-08 12:44:52 +08:00
lvliang
b16686964c
back-to-fusedbatchnorm-operation-in-pynative-mode
2020-07-08 09:19:42 +08:00
peixu_ren
bef1fc7f19
add sample functions in normal and bermoulli distributions
2020-07-07 18:13:58 -04:00
Xun Deng
0aa26c1815
add high level abstract class Distribution and two example class:
...
Bernoulli and Normal
2020-07-07 17:29:42 -04:00
changzherui
17da929b82
syn code 0706
2020-07-06 17:51:17 +08:00
mindspore-ci-bot
d4185f336c
!2848 change crop_size from tensor to tuple
...
Merge pull request !2848 from xutianchun/crop_size_tuple
2020-07-06 14:36:26 +08:00
xutianchun
f9088f46bd
change crop_size from tensor to tuple
2020-07-06 09:29:09 +08:00
mindspore-ci-bot
f6b6ef2796
!2761 Record unreused arg in kernel graph
...
Merge pull request !2761 from chenfei_mindspore/split-real-inputs-to-reuse-args-and-not-reuse-args
2020-07-04 14:22:13 +08:00
chenfei
193c583cf6
add unreuse args of kernel graph
...
insert assign at the end of graph
clear log
clear log 2
handle replace call of unreuse args
handle bug of replace node
2020-07-03 18:24:00 +08:00
mindspore-ci-bot
a342a615a8
!2823 fix CropAndResize doc
...
Merge pull request !2823 from xutianchun/fix_doc
2020-07-03 12:02:39 +08:00
wuxuejian
e64a53bf1b
fix embeddinglookupgrad when param shape is one dim
2020-07-03 10:59:10 +08:00
xutianchun
77b5ae054a
fix CropAndResize doc
2020-07-02 20:01:51 +08:00
duxiutao
793737ab62
add primitive operator to test_lamb
2020-07-02 16:03:01 +08:00
mindspore-ci-bot
687319219f
!2565 Add case for precision of bert network
...
Merge pull request !2565 from ddwolf/add_case_for_precisoin_of_bert
2020-07-02 14:53:29 +08:00
mindspore-ci-bot
19334b4f05
!2802 fix gcn import path error
...
Merge pull request !2802 from chentingting/fix_import_path_error
2020-07-02 14:18:58 +08:00
duxiutao
1e43c609e0
Add test case and fix two bugs
...
1. add case to guard precision
2. fix a shape bug
3. fix a funcGraph bug
2020-07-02 12:52:15 +08:00
chentingting
a04d497118
fix gcn import error
2020-07-02 11:26:21 +08:00
zhoufeng
c94dea6a51
Modify nested while testcase
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-07-01 21:50:33 +08:00
peixu_ren
a47f5493d5
added strided slice and its grad as internal interface
2020-07-01 08:45:14 -03:00
zhoufeng
18bc81e88c
Ascend control sink testcase
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-07-01 15:54:28 +08:00
mindspore-ci-bot
2fadbb1d04
!2743 add more ut and st for SummaryCollector
...
Merge pull request !2743 from ougongchang/summary_collector_ut
2020-06-30 18:58:03 +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
zhaoting
0dc8a42bd1
fix resnet st group params bug
2020-06-30 11:00:53 +08:00
mindspore-ci-bot
f0ab20fe6d
!2409 add st testcases pytest mark
...
Merge pull request !2409 from amongo/AddTensorSetItemSTCases
2020-06-29 21:26:22 +08:00
huangdongrun
71f8ecbcdb
add testcase pytest mark
2020-06-29 17:21:50 +08:00
jin-xiulang
8dff818a18
Add Laplace random operator.
2020-06-29 15:51:59 +08:00
peixu_ren
c5f72582dc
Added 5 random ops
2020-06-28 12:34:02 -03:00
yujianfeng
91306cbd34
Add ut for cpu kernel of sparse optimizer
2020-06-28 21:12:08 +08:00
mindspore-ci-bot
a9dac909d9
!2535 Fix pynative indexing
...
Merge pull request !2535 from amongo/FixPynativeTensorIndexing
2020-06-24 14:41:11 +08:00
mindspore-ci-bot
4c6bff75af
!1393 Gpu Support AdamWeightDecay optimizer fusion
...
Merge pull request !1393 from chenweifeng/adam_weight_decay
2020-06-24 14:36:22 +08:00
mindspore-ci-bot
a4fbdc3f69
!2245 Decouple ir::Tensor from python.
...
Merge pull request !2245 from hewei/decouple_tensor
2020-06-24 14:34:48 +08:00
mindspore-ci-bot
0a368494db
!2499 HostAllGather and HostReduceScatter change to internal interface
...
Merge pull request !2499 from yihuaijie/master
2020-06-24 14:32:31 +08:00
huangdongrun
bc0455eaff
* fix bool index
...
* change slice setitem to mixed procedure
* add testcase for slice assignment
2020-06-24 11:18:20 +08:00
He Wei
43e0967024
Decouple ir::Tensor class from python
2020-06-24 10:28:59 +08:00
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
2020-06-24 09:35:24 +08:00
mindspore-ci-bot
69c15470a5
!2492 Add an output to apply_proximal_adagrad op register
...
Merge pull request !2492 from YuJianfeng/master
2020-06-23 21:10:16 +08:00
yanghaoran
21c381b366
sync from mindspore to incubator
2020-06-23 21:05:50 +08:00
wilfChen
034d2ea2aa
Gpu Adam Fusion
2020-06-23 20:40:45 +08:00
Wei Luning
8f56528f8c
add flags on function
2020-06-23 20:22:07 +08:00
mindspore-ci-bot
0478b7d191
!2303 optimize LARS interface
...
Merge pull request !2303 from gziyan/modify_lars_interface
2020-06-23 20:05:47 +08:00
mindspore-ci-bot
8870956954
!2441 add fake quant test case for gpu
...
Merge pull request !2441 from chenzhongming/master
2020-06-23 18:57:21 +08:00
Yi Huaijie
2eb739de6e
change HostAllGather and HostReduceScatter to internal interface
2020-06-23 16:56:04 +08:00
chenzomi
8873f9dc7e
add fake quant test case for gpu
2020-06-23 15:27:33 +08:00
mindspore-ci-bot
a2cd05339f
!2180 Gpu Gelu kernel support fp16
...
Merge pull request !2180 from chenweifeng/gelu-fp16
2020-06-23 14:12:23 +08:00
yujianfeng
304427cd93
Add an output to apply_proximal_adagrad op register
2020-06-23 12:37:38 +08:00
mindspore-ci-bot
d463c3f388
!236 add aicpu embeddinglookup
...
Merge pull request !236 from wuxuejian/incu_embedding
2020-06-23 11:40:27 +08:00
Ziyan
41ddc153a6
modify lars interface
2020-06-23 11:23:28 +08:00
chentingting
a733102db9
gcn_rectification
2020-06-23 10:01:59 +08:00
wuxuejian
92880788f3
add aicpu embeddinglookup
...
move embeddinglookup to the internal
2020-06-22 21:33:16 +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
yanzhenxiang2020
7eb3749f26
add cast op for aicpu
2020-06-19 09:52:54 +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
wilfChen
8f4cd76582
gpu Gelu kernel support fp16
2020-06-18 19:33:27 +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
lizhenyu
ac2217dbae
add SigmoidCrossEntropyWithLogits op
2020-06-17 17:00:26 +08:00
lizhenyu
c3360a84cd
add ftrl optimizer
2020-06-17 16:58:00 +08:00
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
2020-06-17 16:37:18 +08:00
wilfChen
9201ea5ed2
replace tanh implement with cudnn
2020-06-17 16:35:27 +08:00
limingqi107
55b3557c0d
gpu optimize the max device memory config
2020-06-17 16:29:05 +08:00
王东旭
4e09ae83eb
fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric bug
2020-06-17 14:46:58 +08:00
李鸿章
ee438aaf4a
callback as context manager
2020-06-17 14:07:52 +08:00
liuxiao
df63a3195d
fix input value check for SparseApplyFtrl and SparseApplyAdagrad
2020-06-17 13:05:09 +08:00
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
2020-06-17 11:25:19 +08:00
ougongchang
1ffa37ffbc
Add a callback module to avoid the size of the callback.py file to large
2020-06-17 09:54:58 +08:00
mindspore-ci-bot
17c3148ff8
!1923 optimize summary support cpu code
...
Merge pull request !1923 from wenkai/wk1_cpu_summary_opt_0609
2020-06-17 09:10:13 +08:00
mindspore-ci-bot
792d1a444c
!1899 add resnet50_imagenet 8p st
...
Merge pull request !1899 from zhaoting/ResNet50_st
2020-06-16 22:09:42 +08:00
zhaoting
429c88a462
add resnet50 imagenet st
2020-06-16 22:04:24 +08:00
mindspore-ci-bot
84dd46a750
!2141 add ci test cast for yolov3
...
Merge pull request !2141 from chengxb7532/cxb_st
2020-06-16 10:44:13 +08:00
chengxianbin
0f5fcfee39
add ci test case for yolov3
2020-06-16 09:08:10 +08:00
mindspore-ci-bot
34790387e3
!2088 fix pylint
...
Merge pull request !2088 from z00378171/master
2020-06-15 20:42:16 +08:00
wenkai
0090682ae7
optimize summary support cpu
2020-06-15 19:17:16 +08:00
mindspore-ci-bot
8593c4d841
!2051 support host mpi
...
Merge pull request !2051 from chenjianping/host_reduce
2020-06-15 17:41:33 +08:00
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
2020-06-15 16:59:33 +08:00
chenjianping
6034f9c1e2
support host reduce scatter and mpi config
2020-06-15 16:33:40 +08:00
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
2020-06-15 15:38:47 +08:00
WilliamLian
b86016a26f
remove the useless transdata and cast of control depend node
2020-06-15 14:54:47 +08:00
kingfo
9708e58259
fix TupleToArray & Cast operator issue
2020-06-15 14:39:10 +08:00
mindspore-ci-bot
d4a7c87b22
!2093 GPU add argmaxwithvalue
...
Merge pull request !2093 from VectorSL/argmaxwithvalue
2020-06-15 14:18:37 +08:00
VectorSL
17377912ba
gpu add argmaxwithvalue
2020-06-14 14:51:06 +08:00
unknown
f39a934a77
fix pylint
2020-06-13 21:58:52 +08:00
mindspore-ci-bot
e33ecf310a
!2052 Update CI test for deeplabv3
...
Merge pull request !2052 from z00378171/master
2020-06-13 16:55:11 +08:00
unknown
ac2e2f9a7a
updata deeplabv3 CI
2020-06-13 16:11:03 +08:00
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
2020-06-12 19:03:23 +08:00
mindspore-ci-bot
c26cb9b15b
!2009 Add GCN to model zoo
...
Merge pull request !2009 from chentingting/gcn_modelzoo
2020-06-12 15:44:23 +08:00
mindspore-ci-bot
87fa15de80
!2021 GPU add akg kernel greaterequal notequal
...
Merge pull request !2021 from VectorSL/gpu-add-akg-kernel
2020-06-12 15:14:47 +08:00
chentingting
2e3387f8f9
Add GCN to model zoo
2020-06-12 15:12:48 +08:00
mindspore-ci-bot
47404538f3
!1994 Add transformer net test
...
Merge pull request !1994 from zhangyinxia/master
2020-06-12 14:55:25 +08:00
VectorSL
cf2fc1cecf
gpu add notequal greaterequal akg kernel
2020-06-12 14:20:41 +08:00
zhangyinxia
f3aa04bd4d
add transformer test
2020-06-12 10:08:53 +08:00
mindspore-ci-bot
db027bf31d
!1956 Add CI test and fix data preprocessing for deeplabv3
...
Merge pull request !1956 from z00378171/master
2020-06-12 09:37:51 +08:00
mindspore-ci-bot
935b4cea91
!1967 check arg is tensor with vm backend
...
Merge pull request !1967 from zhangbuxue/check_arg_is_tensor_with_vm
2020-06-12 09:10:39 +08:00
huangdongrun
9522f59b87
support for tensor indexing in pynative
...
support tensor slice using constexpr
remove tensorslice metagraph
add pynative testcases
2020-06-11 19:14:22 +08:00
buxue
0cd57ddc5d
check arg is tensor with vm backend
2020-06-11 12:19:43 +08:00
yanghaoran
8005494e04
Lower expectation of accuracy after 1 epoch of training from 0.35 to 0.2
2020-06-11 09:27:18 +08:00
unknown
c929dab3dd
1:modify shell for deeplabv3
...
2:fix normalize bug
3:add ci test3:add ci test3:add ci test
2020-06-10 18:55:29 +08:00
mindspore-ci-bot
d9c7a8400e
!1933 edit bert example scripts
...
Merge pull request !1933 from yoonlee666/edit-example
2020-06-10 11:04:00 +08:00
mindspore-ci-bot
d6cc7089fc
!1888 Add cpu kernel implement of sparse adam
...
Merge pull request !1888 from YuJianfeng/adam
2020-06-10 10:38:31 +08:00
mindspore-ci-bot
0903428296
!1946 [AutoParallel]Remove resnet50 st
...
Merge pull request !1946 from lichen/remove_autoparallel_st
2020-06-10 09:15:10 +08:00
mindspore-ci-bot
bfc18f3adc
!1873 synchronize latest ascend software 04 Jun 2020
...
Merge pull request !1873 from yanghaoran/master
2020-06-10 01:27:43 +08:00
yanghaoran
8da4c1a763
synchronize latest ascend software 04 Jun 2020
2020-06-09 23:34:13 +08:00
yujianfeng
c956dfff51
Add SparseAdam and SparseLazyAdam cpu kernel
2020-06-09 22:24:38 +08:00
lichenever
fad6b5744c
remove auto parallel st
2020-06-09 21:11:09 +08:00
yoonlee666
ab36f3d3cd
edit example script
2020-06-09 20:59:32 +08:00
mindspore-ci-bot
c4b3534913
!1905 update cpu lstm
...
Merge pull request !1905 from baihuawei/cpulstm
2020-06-09 19:37:34 +08:00
mindspore-ci-bot
39338c8627
!1101 Add GCN training scripts
...
Merge pull request !1101 from chentingting/gcn
2020-06-09 19:11:07 +08:00
baihuawei
9c74e39b12
update cpu lstm
2020-06-09 17:53:56 +08:00
chentingting
e801d48906
add gcn training scripts
2020-06-09 16:19:25 +08:00
yanzhenxiang2020
89302a60cf
add pack op for aicpu
2020-06-09 14:26:58 +08:00
mindspore-ci-bot
cf04a7b190
!1741 summary support cpu
...
Merge pull request !1741 from wenkai/wk1_cpu_summary_0531
2020-06-09 14:17:23 +08:00
mindspore-ci-bot
5499161531
!1862 fixed validator for ApplyRMSProp,CumProd, CumSum,ReduceProd etc
...
Merge pull request !1862 from jiangjinsheng/issue_doc
2020-06-09 09:57:22 +08:00
wenkai
ab6b6add0b
cpu support summary
2020-06-09 09:51:28 +08:00
chenhaozhe
1be7ad52bb
fix bert scripts
2020-06-08 19:23:36 +08:00
jiangjinsheng
51affc2f1b
fixed validator for CumProd, ReduceProd, ApplyRMSProp
2020-06-08 16:49:14 +08:00
mindspore-ci-bot
c82a8bf483
!1678 modify print
...
Merge pull request !1678 from jinyaohui/print
2020-06-08 11:20:53 +08:00
yao_yf
ce03ce5af2
data_parallel_grad_reducer
2020-06-08 09:12:14 +08:00
yujianfeng
5d4b75838f
Add SparseApplyFtrl cpu kernel
2020-06-04 22:06:39 +08:00
mindspore-ci-bot
063ad7c7f0
!1810 optimize slice/slicegrad performance
...
Merge pull request !1810 from sunsuodong/optimize_performance
2020-06-04 21:07:20 +08:00