liuxiao93
|
0a1155f938
|
Fix some bugs about API.
|
5 years ago |
Lixia Chen
|
f24a788eed
|
Rebase up to 5792d50ca7
|
5 years ago |
mindspore-ci-bot
|
a9a9c45662
|
!8232 C++ api add Filter
From: @tiancixiao
Reviewed-by:
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
8c2ed3bb80
|
!8138 Throw an exception when a tensor with 0 shape is constructed.
Merge pull request !8138 from huangbingjian/fix_shape
|
5 years ago |
Xiao Tianci
|
4a5e287b92
|
add filter c api and ut
|
5 years ago |
HuangBingjian
|
4477fcfe19
|
fix shape bug.
|
5 years ago |
yangzhenzhang
|
0a79ab82ae
|
add parallel ops
|
5 years ago |
mindspore-ci-bot
|
c253d874e0
|
!8280 add export lenet grad example
Merge pull request !8280 from changzherui/add_export_grad_example
|
5 years ago |
changzherui
|
6b823282aa
|
add export mindir lenet grad
|
5 years ago |
Yi Huaijie
|
d7faa77b5e
|
support int64 shape
|
5 years ago |
Xiaoda Zhang
|
aa84484049
|
enabling approximation in DP algorithms
|
5 years ago |
mindspore-ci-bot
|
b3855530e3
|
!7838 Enumerate function enable tensor as input
Merge pull request !7838 from LiangZhibo/master
|
5 years ago |
Xun Deng
|
fb0263f869
|
redesigned bijector classes, changed bacth_shape calculation in transformed distribution and upgraded dtype logic of bijector class
|
5 years ago |
mindspore-ci-bot
|
49eb4d3106
|
!8089 add antialias option for py reset
Merge pull request !8089 from guozhijian/enhance_py_resize
|
5 years ago |
mindspore-ci-bot
|
f3d7b32d56
|
!7855 Move backend opt pass ir files to the fold: verbose_ir_files
Merge pull request !7855 from huanghui/move_ir_files
|
5 years ago |
mindspore-ci-bot
|
e9cd12e904
|
!8114 rectify and optimize the type checking function
Merge pull request !8114 from zhangbuxue/rectify_and_optimize_the_type_checking_function
|
5 years ago |
mindspore-ci-bot
|
00294473e3
|
!7976 [pynative] Add nested derivative feature
Merge pull request !7976 from zjun/Add_nested_derivative
|
5 years ago |
buxue
|
346bcfa3fd
|
Rectify and optimize the type checking function
|
5 years ago |
jonyguo
|
1b78e34310
|
add ANTIALIAS support for python progress
|
5 years ago |
mindspore-ci-bot
|
bbfef6233a
|
!8134 Add TBE op DynamicGRU for new and old backend.
Merge pull request !8134 from liuxiao93/DynamicGRU-new-old-backend
|
5 years ago |
l00591931
|
6f165ee5e3
|
enumerate function and enumerate test case added
|
5 years ago |
mindspore-ci-bot
|
e909b9077c
|
!7946 fix auto parallel optimizer weight shard
Merge pull request !7946 from gziyan/fix_auto_optim_shard
|
5 years ago |
mindspore-ci-bot
|
e99a8bd784
|
!8120 fix CI randomly fails
Merge pull request !8120 from yihuaijie/master
|
5 years ago |
liuxiao93
|
45d343257b
|
Add DynamicGRU.
|
5 years ago |
zjun
|
ccedf71de5
|
Add pynative bprop nested grad
Signed-off-by: zjun <zhangjun0@huawei.com>
|
5 years ago |
mindspore-ci-bot
|
ad930b30db
|
!7891 add layer of clipbyglobalnorm
Merge pull request !7891 from jiangzhenguang/add_clip_by_global_norm
|
5 years ago |
huanghui
|
fa6c23358a
|
Move some ir files which backend optpass dumped to the fold: verbose_ir_files
|
5 years ago |
Yi Huaijie
|
da29f232c6
|
fix CI random fails
|
5 years ago |
Ziyan
|
c33f2cd796
|
fix auto optimizer weight shard
|
5 years ago |
jzg
|
4851a67bb5
|
add layer of clipbyglobalnorm.
|
5 years ago |
mindspore-ci-bot
|
7e43eaf5e8
|
!8072 Revert changes to weighted_random_sampler in PR7866
Merge pull request !8072 from luoyang/pylint
|
5 years ago |
mindspore-ci-bot
|
7092a33e87
|
!8039 support key ward way to pass arg for outermost net in graph mode
Merge pull request !8039 from zhangbuxue/support_key_ward_way_to_pass_arg_for_outermost_net_in_graph_mode
|
5 years ago |
YangLuo
|
82cc7c3f63
|
[MD] Revert changes to weighted_random_sampler in PR7866
|
5 years ago |
mindspore-ci-bot
|
cacebd1211
|
!7933 Cache performance updates
Merge pull request !7933 from Jamie/CacheOp_dev
|
5 years ago |
buxue
|
1364b5c301
|
support key ward way to pass arg for outermost net in graph mode
|
5 years ago |
mindspore-ci-bot
|
eb3b093686
|
!8013 [MD] fix minddataset padding bug
Merge pull request !8013 from liyong126/fix_md_pad
|
5 years ago |
mindspore-ci-bot
|
015b244471
|
!7991 fix ReLUV2 error
Merge pull request !7991 from yihuaijie/dev
|
5 years ago |
liyong
|
0d40abf5dd
|
fix md padding bug
|
5 years ago |
Lixia Chen
|
572c5e5f29
|
Rebase up to 542a52fbf8
|
5 years ago |
Yi Huaijie
|
148d645915
|
fix ReLUV2 error
|
5 years ago |
mindspore-ci-bot
|
870afe08f5
|
!7914 get keys and values from dictionary & set tuple to dictionary
Merge pull request !7914 from Simson/push-to-opensource
|
5 years ago |
simson
|
3b21822824
|
get keys and values from dictionary & set tuple to dictionary
|
5 years ago |
Zirui Wu
|
ea97197311
|
fix tfrecord_op core dump
add test case
fix ci
fix ci round 2
address review cmts
|
5 years ago |
mindspore-ci-bot
|
163544795f
|
!7922 add params check for offset in distributed_sampler
Merge pull request !7922 from xiaotianci/fix_distributed_sampler
|
5 years ago |
mindspore-ci-bot
|
376fa95717
|
!7771 Add Parallel SegmentOps
Merge pull request !7771 from huangxinjing/segment_ops
|
5 years ago |
Xiao Tianci
|
823e52f1dc
|
add params checking of offset in distributed_sampler
add related comment to explain
add related UT
|
5 years ago |
mindspore-ci-bot
|
0d43e37f22
|
!7651 Add embedding and embedding_lookup
Merge pull request !7651 from jiangzhenguang/add_embedding_and_enbedding_lookup
|
5 years ago |
huangxinjing
|
bf5d21770a
|
Add UnsortedSegmentSum and UnosrtedSemenMin For Oparallel Implements
|
5 years ago |
Xun Deng
|
d4df6f82ea
|
support get_dist_args
|
5 years ago |
mindspore-ci-bot
|
d4142d682d
|
!7437 auto parallel support dynamic
Merge pull request !7437 from yao_yf/auto_parallel_support_dynamic_shape
|
5 years ago |