liuluobin
|
aa468ce193
|
Add nested usage of shard verification
|
2022-10-26 08:00:46 +08:00 |
Margaret_wangrui
|
0eadb20c96
|
Add the get_data interface to the MapParameter.
|
2022-10-25 19:40:12 +08:00 |
fengyihang
|
c3d8bbc738
|
add LPPool1d
|
2022-10-25 15:59:55 +08:00 |
i-robot
|
1f0cfca6f1
|
!44199 Fix partition bug
Merge pull request !44199 from ZPaC/fix-partition-bug
|
2022-10-25 07:09:08 +00:00 |
jonyguo
|
2fecdedb1d
|
fix: numpy slices dataset with diff shape
|
2022-10-25 14:49:38 +08:00 |
i-robot
|
8d88f5f72b
|
!44025 add_ctcloss
Merge pull request !44025 from yide12/loss_ctc_master
|
2022-10-25 02:23:18 +00:00 |
ZPaC
|
e282ddfc01
|
Fix partition bug
|
2022-10-25 09:27:12 +08:00 |
i-robot
|
ac2d982c16
|
!44396 HingeEmbeddingLoss
Merge pull request !44396 from shaojunsong/feature/nn/hinge
|
2022-10-24 17:13:28 +00:00 |
shaojunsong
|
17e8e40ec5
|
Add nn.HingeEmbeddingLoss
|
2022-10-24 17:30:41 +08:00 |
i-robot
|
039fb25a4a
|
!43827 Raise an error when a DeadNode is returned as output.
Merge pull request !43827 from huangbingjian/return_deadnode
|
2022-10-24 08:01:35 +00:00 |
i-robot
|
b7d53f7da3
|
!44244 MD - enable set_seed for distributed scenario
Merge pull request !44244 from guozhijian/enable_seed_for_distributed
|
2022-10-24 06:32:35 +00:00 |
i-robot
|
f85986b711
|
!44340 mindspore.numpy.argmax support bool
Merge pull request !44340 from huangbingjian/numpy_argmax
|
2022-10-24 03:26:42 +00:00 |
i-robot
|
fdfc5d6cc2
|
!42427 enable Ascend Communication lib
Merge pull request !42427 from baihuawei/comm_lib_p2
|
2022-10-24 01:47:53 +00:00 |
yide12
|
a9b4a4b0f9
|
add ctcloss
|
2022-10-24 09:32:19 +08:00 |
jonyguo
|
d05ed11ac3
|
enable set_seed for distributed
|
2022-10-23 19:13:35 +08:00 |
baihuawei
|
ba7788e34a
|
enable communication lib
|
2022-10-23 16:44:21 +08:00 |
i-robot
|
e595ed7751
|
!44376 fix mix-precision bug and some review issues
Merge pull request !44376 from 于振华/master
|
2022-10-22 08:07:45 +00:00 |
yuzhenhua
|
3c9098934b
|
fix mix-precision bug and some review issues
|
2022-10-21 18:32:07 +08:00 |
i-robot
|
9e8fcda9a7
|
!44145 fix code cleans for dynamic obfuscation
Merge pull request !44145 from jxlang910/master
|
2022-10-21 07:47:42 +00:00 |
i-robot
|
3b6370e2e1
|
!43890 Add api mindspore.jit and mindspore.jit_class.
Merge pull request !43890 from huangbingjian/jit_decorator
|
2022-10-21 07:11:17 +00:00 |
huangbingjian
|
b2b1096cbd
|
Raise an error when a DeadNode is returned.
|
2022-10-21 14:43:04 +08:00 |
jin-xiulang
|
8987faef8d
|
fix review opinions and add ut for dynamic obfuscation
|
2022-10-21 14:26:49 +08:00 |
i-robot
|
13db31d262
|
!44158 auto parallel, func mode support data sink ; fix generating batch parallel strategy
Merge pull request !44158 from yao_yf/auto_parallel_func_mode_support_sink_mode
|
2022-10-21 06:20:19 +00:00 |
i-robot
|
b94f0c8df9
|
!44126 rewrite: for create functional node
Merge pull request !44126 from 于振华/rewrite_create_functional_1018
|
2022-10-21 04:47:25 +00:00 |
huangbingjian
|
9b718a7291
|
mindspore.numpy.argmax support bool
|
2022-10-21 11:58:07 +08:00 |
i-robot
|
7fa11d0958
|
!40682 【算子众智】【电子科技大学】【数据算子】【encode_jpeg】encode a image as jpeg
Merge pull request !40682 from dengjian/upstream_encode_jpeg
|
2022-10-21 03:36:12 +00:00 |
huangbingjian
|
b98fc0021a
|
Add api mindspore.jit and mindspore.jit_class.
1、ms_function will be removed in a future version and replaced with jit.
2、ms_class will be removed in a future version and replaced with
jit_class.
|
2022-10-21 10:17:44 +08:00 |
i-robot
|
774826dcbd
|
!44255 Remove the default_value option in the MapParameter.get() interface; Provide three Tensor interfaces in MapTensor.
Merge pull request !44255 from Margaret_wangrui/MapParameter
|
2022-10-21 01:54:34 +00:00 |
i-robot
|
8f821834e9
|
!44108 Add no_recursive flag for skipping recursive checking, and use no_recursive to disable MS_CTX_MAX_CALL_DEPTH.
Merge pull request !44108 from 张清华/debug
|
2022-10-21 01:28:04 +00:00 |
deng jian
|
832489a372
|
[feat] [assistant] [I4S2F8] add new data operator encode_jpeg
|
2022-10-20 11:38:58 -04:00 |
i-robot
|
32834a0a70
|
!33961 [assistant][ops] Add Cauchy
Merge pull request !33961 from 董雪堂/Cauchy
|
2022-10-20 14:02:24 +00:00 |
i-robot
|
25ee22283e
|
!43972 add nn api of MaxUnpool1d, 2d, 3d
Merge pull request !43972 from LV/master
|
2022-10-20 11:59:31 +00:00 |
Margaret_wangrui
|
daf0805ee8
|
Remove the default_value option in the MapParameter.get() interface; provide three Tensor interfaces in MapTensor.
|
2022-10-20 19:47:28 +08:00 |
i-robot
|
c3fef30f35
|
!44153 add tensor dim(), numpy(), param copy() function
Merge pull request !44153 from changzherui/add_numpy_param_copy
|
2022-10-20 08:57:30 +00:00 |
Zhang Qinghua
|
c4aa3c0de1
|
Add no_recursive flag for skipping recursive checking, and use no_recursive to disable MS_CTX_MAX_CALL_DEPTH.
|
2022-10-20 16:57:26 +08:00 |
yao_yf
|
bc5a7d8d1e
|
parallel func mode in sink mode
|
2022-10-20 16:54:00 +08:00 |
13355308989
|
22d82e2a0a
|
[feat] [assistant] [I40GHB] add Cauchy
[feat] [assistant] [I40GHB] add Cauchy
|
2022-10-20 15:48:01 +08:00 |
i-robot
|
54785fde06
|
!42534 [feat][assistant][I48O89] add SparseMatrixMatMul(No backward)
Merge pull request !42534 from 桂宁馨/SparseMatrixMatMul0921
|
2022-10-20 07:37:55 +00:00 |
LV
|
60b2bce240
|
add nn api of MaxUnpool1d, 2d, 3d
|
2022-10-20 15:21:33 +08:00 |
i-robot
|
b7cc20f39a
|
!44217 [MD] Rectify terminology from operator to operation
Merge pull request !44217 from xiaotianci/code_docs_terminology_rectification
|
2022-10-20 06:58:28 +00:00 |
i-robot
|
5499a734d5
|
!35324 [assistant][MatrixLogarithm] Add MatrixLogarithm
Merge pull request !35324 from mikkassa/MatrixLogarithm
|
2022-10-20 06:41:52 +00:00 |
Xiao Tianci
|
560f3672c5
|
rectify terminology from operator to operation
|
2022-10-20 11:39:24 +08:00 |
shen-miaoshui
|
73992130a3
|
[feat][assistant]add SparseMatrixMatMul
|
2022-10-20 11:34:08 +08:00 |
mikkassa
|
3748293a4a
|
[feat][assistant][I48O65] add new data operator MatrixLogarithm
|
2022-10-20 09:19:00 +08:00 |
changzherui
|
3d3254a990
|
add tensor dim(), numpy(), param copy
|
2022-10-19 23:46:08 +08:00 |
Xiao Tianci
|
1b27a3f8f6
|
fix code examples
|
2022-10-19 18:12:44 +08:00 |
i-robot
|
eac31a1a40
|
!44008 Add nn.GaussianNLLLoss
Merge pull request !44008 from shaojunsong/feature/nnBilinear
|
2022-10-19 06:47:38 +00:00 |
i-robot
|
0728f8ebb3
|
!42912 del map operation param column_order
Merge pull request !42912 from guozhijian/del_map_parameter
|
2022-10-19 01:53:03 +00:00 |
i-robot
|
15c2ba744b
|
!44102 Change the parameter of padding
Merge pull request !44102 from shenwei41/del_pad_parameter
|
2022-10-19 01:45:18 +00:00 |
i-robot
|
cf5cc57fc3
|
!44091 1.删除init未传入self的修改和测试用例 2.修改报错语法
Merge pull request !44091 from ligan/bug0
|
2022-10-19 01:40:49 +00:00 |
i-robot
|
0245490acb
|
!43657 remove usage of ScalarToArray
Merge pull request !43657 from zhujingxuan/replace
|
2022-10-19 01:23:45 +00:00 |
jonyguo
|
911cbd7f6a
|
del: column_order in map
|
2022-10-18 21:07:38 +08:00 |
shaojunsong
|
0961e395a7
|
Add nn.GaussianNLLLoss
|
2022-10-18 20:07:06 +08:00 |
yuzhenhua
|
fd717c51e4
|
rewrite: for create functional node
|
2022-10-18 19:54:58 +08:00 |
i-robot
|
a60615e409
|
!43911 Support MarginRankingLoss
Merge pull request !43911 from 冯一航/support_MarginRankingLoss
|
2022-10-18 11:45:56 +00:00 |
i-robot
|
aabf61a238
|
!44012 [MD] Fix adding user defined sampler with `add_sampler`
Merge pull request !44012 from xiaotianci/fix_add_sampler
|
2022-10-18 11:21:59 +00:00 |
shenwei41
|
a626dc1b90
|
Change the parameter of padding
|
2022-10-18 17:15:31 +08:00 |
i-robot
|
160fb0c8c3
|
!34100 [assistant][ops] Add Qr
Merge pull request !34100 from 张渝/Qr
|
2022-10-18 07:38:44 +00:00 |
i-robot
|
1ed689f087
|
!43432 fractional_max_pool_2d_3d
Merge pull request !43432 from yide12/fractionalmaxpool
|
2022-10-18 07:18:49 +00:00 |
i-robot
|
4253d35dc0
|
!44030 Implement backward graph for MapParameter
Merge pull request !44030 from hewei/map_param
|
2022-10-18 06:50:25 +00:00 |
i-robot
|
ee7f194a58
|
!44013 del close_pool and to_device operation
Merge pull request !44013 from 刘勇琪/master
|
2022-10-18 06:39:46 +00:00 |
i-robot
|
a1a612c0ea
|
!42652 del batch operation param column_order & pad_info
Merge pull request !42652 from guozhijian/del_batch_parameter
|
2022-10-18 06:34:26 +00:00 |
ligan
|
367548697b
|
bug0
|
2022-10-18 11:56:08 +08:00 |
fengyihang
|
f56f8e936f
|
support MarginRankingLoss
|
2022-10-18 10:34:04 +08:00 |
liu-yongqi-63
|
fa8891c68d
|
Delete close_pool and to_device interface
|
2022-10-18 09:30:58 +08:00 |
fangzhibin
|
6c8eccf25d
|
[feat][assistant][I48OF9]add new Ascend calculate operator Qr
|
2022-10-18 09:11:29 +08:00 |
i-robot
|
45144a05b7
|
!39981 [assistant][ops]Add AtLeast2D
Merge pull request !39981 from zy26/AtLeast2D
|
2022-10-17 12:47:43 +00:00 |
i-robot
|
1b82179635
|
!43651 报错不合理整改,增加测试用例
Merge pull request !43651 from ligan/cell
|
2022-10-17 10:01:06 +00:00 |
Xiao Tianci
|
fb910c4b12
|
fix adding user defined sampler with add_sampler
|
2022-10-17 17:37:57 +08:00 |
He Wei
|
2768432afc
|
Implement backward graph for MapParameter
|
2022-10-17 17:37:01 +08:00 |
i-robot
|
d57236a794
|
!43038 change default mode to PyNative
Merge pull request !43038 from chujinjin/change_default_mode_to_pynative_for_master
|
2022-10-17 09:18:34 +00:00 |
i-robot
|
7fab747289
|
!42506 mv ge pass from frontend to backend
Merge pull request !42506 from zhangyinxia/master
|
2022-10-17 07:57:50 +00:00 |
i-robot
|
23c9eea9fb
|
!42929 [AutoParallel]Remove parallel related in model
Merge pull request !42929 from lichen/remove_parallel_related_in_model
|
2022-10-17 07:29:10 +00:00 |
i-robot
|
1978155d98
|
!35879 [assistant][ops] Add CropAndResizeGradImage
Merge pull request !35879 from wangyantao/CropAndResizeGradImage
|
2022-10-17 07:27:29 +00:00 |
yide12
|
2aaf625725
|
fractionalmaxpool
|
2022-10-17 15:20:54 +08:00 |
lichen
|
41af052460
|
remove_parallel_related_in_model
|
2022-10-17 10:01:17 +08:00 |
ligan
|
29b9607d23
|
cell
|
2022-10-17 09:48:24 +08:00 |
jonyguo
|
0571532873
|
del batch param: column_order & pad_info
|
2022-10-17 09:35:41 +08:00 |
fengyihang
|
b713c9966e
|
modify avg and max3d
|
2022-10-16 17:29:51 +08:00 |
i-robot
|
10773a7968
|
!43295 add backupandrestore callback
Merge pull request !43295 from 溺水小潜艇/backupandrestore
|
2022-10-14 10:10:08 +00:00 |
FENG Baokuo
|
bbf88bd9fd
|
Add AtLeast2D
|
2022-10-14 07:54:25 +08:00 |
zhangyinxia
|
e3814181ed
|
mv ge pass from frontend to backend
|
2022-10-13 22:01:51 +08:00 |
chujinjin
|
3711a83f76
|
change default mode to pynative
|
2022-10-13 19:48:38 +08:00 |
i-robot
|
11b21eacf4
|
!39184 [assistant][ops]Add Vstack
Merge pull request !39184 from zy26/Vstack
|
2022-10-13 10:04:53 +00:00 |
i-robot
|
63416f83c7
|
!42768 fix moe issue
Merge pull request !42768 from bichaoyang/master
|
2022-10-13 08:47:55 +00:00 |
i-robot
|
6a6eea12c0
|
!43347 support max and avg pool3d
Merge pull request !43347 from 冯一航/support_max_and_avg_pool3d
|
2022-10-13 06:43:42 +00:00 |
zhujingxuan
|
1fd6d59f90
|
remove usage of ScalarToArray
|
2022-10-13 14:34:06 +08:00 |
i-robot
|
0966115408
|
!43459 Add nn.Softmax2d
Merge pull request !43459 from pkuliuliu/master
|
2022-10-13 03:24:12 +00:00 |
i-robot
|
dbc9bddf35
|
!43406 Adjust the location of syntax testcases
Merge pull request !43406 from huangbingjian/adjust_syntax_testcases
|
2022-10-13 02:51:52 +00:00 |
i-robot
|
bf1f4ddce2
|
!42226 Add the check of the return value of Assign, AssignAdd, AssignSub.
Merge pull request !42226 from Margaret_wangrui/check_assign_assignsub_assignadd
|
2022-10-13 02:33:02 +00:00 |
i-robot
|
e4c41701b0
|
!43570 Avoid subgraphs returning parameter Ref type data by inserting Load, preventing the performance of the bert network from deteriorating.
Merge pull request !43570 from Margaret_wangrui/master
|
2022-10-13 01:11:50 +00:00 |
LI Lu
|
a94e803eb7
|
Add Vstack
|
2022-10-13 08:58:30 +08:00 |
bichaoyang
|
92b30828b7
|
fix issue of insert mirror;optimaze sharding propagation
|
2022-10-12 16:11:26 +08:00 |
fengyihang
|
672f72cb4c
|
support_max_and_avg_pool3d
|
2022-10-12 14:53:56 +08:00 |
i-robot
|
e1af6c2643
|
!43617 Revert "add value print for Parameter"
Merge pull request !43617 from 吕昱峰(Nate.River)/master
|
2022-10-11 17:39:20 +00:00 |
Margaret_wangrui
|
de0f7f23b9
|
Avoid subgraphs returning parameter Ref type data by inserting Load, preventing run graph mode with kernelbykernel.
|
2022-10-11 18:56:16 +08:00 |
Margaret_wangrui
|
dd2c45a829
|
Add the check of the return value of Assign, AssignAdd, AssignSub.
|
2022-10-11 15:50:47 +08:00 |
huangxinjing
|
35cdc8f495
|
[AutoParallel]Fix batch infer error
|
2022-10-11 11:59:53 +08:00 |
huangbingjian
|
780900ae5f
|
Adjust the location of syntax testcases
|
2022-10-11 11:27:01 +08:00 |
i-robot
|
7ae1ee9966
|
!33172 [assistant][LogNormalReverse] Add LogNormalReverse
Merge pull request !33172 from longjihuang/LogNormalReverse
|
2022-10-11 01:59:04 +00:00 |
lvyufeng
|
4724964e8a
|
Revert "add value print for Parameter"
This reverts commit eff301e3e5.
|
2022-10-11 09:54:02 +08:00 |
zhf
|
9f73ebbfe6
|
add callback
|
2022-10-10 23:55:31 +08:00 |
pkuliuliu
|
a4d144b8f6
|
Add nn.Softmax2d
|
2022-10-10 21:22:48 +08:00 |
wangyantao
|
48e09a7c5a
|
[feat] [assistant] [I471CT] add new operator CropAndResizeGradImage
|
2022-10-10 21:19:36 +08:00 |
i-robot
|
5fc62f6f1e
|
!42893 Check if xs is iterable in for
Merge pull request !42893 from LiangZhibo/check
|
2022-10-10 06:19:08 +00:00 |
i-robot
|
23437868d4
|
!40359 [assistant][ops]Add Copysign
Merge pull request !40359 from zy26/Copysign
|
2022-10-10 03:44:35 +00:00 |
liangzhibo
|
fd0a6ae956
|
Add len with check in for
|
2022-10-09 17:28:44 +08:00 |
Longji Huang
|
5ec604b335
|
LogNormalReverse
revise
revise
revise
|
2022-10-09 15:04:15 +08:00 |
i-robot
|
3347a36336
|
!42249 Support dynamic shape for ROIAlign&ROIAignGrad on GPU/CPU
Merge pull request !42249 from zhengzuohe/roialigngrad
|
2022-10-09 04:38:26 +00:00 |
i-robot
|
b7a1aaf338
|
!43191 Fix Activation ERROR
Merge pull request !43191 from huangxinjing/fix_transformer_error_master
|
2022-10-09 01:45:41 +00:00 |
zhengzuohe
|
af6a1bcfe4
|
roialign&roialigngrad: dynamic shape/rank (attr->input) on cpp infer, gpu and cpu kernel on the new perent class
specify the log error type in IsDynamic() and IsDynamicRank()
|
2022-10-09 04:02:59 +08:00 |
huangxinjing
|
0e575f178d
|
Fix activation shard error
Fix hidden activation error
|
2022-10-08 20:39:55 +08:00 |
xiongkun
|
b710580e64
|
add padlist check
tick
tick
tick
tick
remote &
fix con
fix con
modify test
remove conv ut
|
2022-10-08 17:22:48 +08:00 |
i-robot
|
9351979564
|
!43300 [MD] support Python MP transforms in failover reset
Merge pull request !43300 from Mohammad Motallebi/reset_repeatability_python
|
2022-10-07 20:33:34 +00:00 |
mohammad
|
8c5a1cd772
|
[MD] fix repeatability with python MP + support in failover reset
|
2022-10-06 17:00:09 -04:00 |
i-robot
|
dfcd89f1bf
|
!42593 add value print for Parameter
Merge pull request !42593 from 吕昱峰(Nate.River)/master
|
2022-10-04 13:25:55 +00:00 |
i-robot
|
0b86281d0a
|
!42918 add conv3d parallel op
Merge pull request !42918 from yangzhenzhang/add-conv3d-parallel-op
|
2022-09-30 03:30:08 +00:00 |
i-robot
|
14bcab5f84
|
!41728 [assistant][ops]New operator implementation, include Bincount
Merge pull request !41728 from dan/bincount
|
2022-09-30 01:15:56 +00:00 |
i-robot
|
9b6efdd903
|
!42986 [MD] Serialize Python UDFs - log a warning
Merge pull request !42986 from cathwong/ckw_serdes_pyfunc_warn
|
2022-09-29 20:31:41 +00:00 |
yangzhenzhang
|
bfc02c9371
|
add conv3d parallel op
|
2022-09-29 17:33:40 +08:00 |
i-robot
|
556fc5a8d0
|
!42996 Implement MapParameter default value and clone().
Merge pull request !42996 from hewei/map_param
|
2022-09-29 07:45:41 +00:00 |
i-robot
|
b137afdade
|
!30285 [assistant][ops] Add new video operator RandomResizedCrop
Merge pull request !30285 from 杨旭华/RandomResizedCrop
|
2022-09-29 03:49:29 +00:00 |
He Wei
|
9c03020659
|
Implement MapParameter default value and clone()
|
2022-09-29 08:50:30 +08:00 |
i-robot
|
96fe0518bd
|
!42210 [assistant][InstanceNormV2][InstanceNormV2Grad] Add InstanceNormV2 & InstanceNormV2Grad
Merge pull request !42210 from 李文轼/instance
|
2022-09-28 14:31:26 +00:00 |
danyouwei
|
e760f0b969
|
[feat][assistant][I4DO3K] add new operator Bincount
|
2022-09-28 19:10:37 +08:00 |
i-robot
|
c5a6844876
|
!42609 Added float64 support for IOU on CPU&GPU, and modify description of pynative shard interface.
Merge pull request !42609 from liuluobin/iou_ops
|
2022-09-28 01:11:23 +00:00 |
ccx
|
f7c7da09cf
|
RandomResizedCrop
|
2022-09-28 03:51:29 +08:00 |
i-robot
|
02ac3f2d49
|
!42862 Rectify Adam
Merge pull request !42862 from shaojunsong/new_adam
|
2022-09-27 11:38:52 +00:00 |
i-robot
|
ae79bdcec9
|
!40293 [assistant][ops]New operator implementation, include CholeskyGrad without cpu impl
Merge pull request !40293 from Wangsong95/choleskygrad_nocpu
|
2022-09-27 09:28:06 +00:00 |
i-robot
|
8257e6c4f7
|
!41900 [MD] Support repeatability when failover reset occurs
Merge pull request !41900 from Mohammad Motallebi/failover_randomness
|
2022-09-27 09:08:34 +00:00 |
Cathy Wong
|
b9ac3f7b18
|
[MD] Serialize Python UDFs - log a warning
|
2022-09-26 22:48:12 -04:00 |
i-robot
|
9d3ffd2dfc
|
!42873 Add Export/Update API for MapParameter
Merge pull request !42873 from hewei/map_param1
|
2022-09-27 01:23:21 +00:00 |
i-robot
|
8efcbb93ff
|
!42481 fix: md asan error
Merge pull request !42481 from guozhijian/fix_md_asan
|
2022-09-27 01:11:43 +00:00 |
yangfn777
|
feaa0907ba
|
[feat] [assistant] [#I5EWHQ] add new video operator Rotate
|
2022-09-26 22:22:18 +08:00 |
shaojunsong
|
0cb0ff6659
|
Rectify Adam Optimizer
|
2022-09-26 22:17:19 +08:00 |
liuluobin
|
a9b047bc61
|
Added float64 support for IOU on CPU&GPU, and modify description of pynative shard api
|
2022-09-26 14:52:20 +08:00 |
lvyufeng
|
eff301e3e5
|
add value print for Parameter
|
2022-09-26 12:54:13 +08:00 |
liwenshi
|
4fa561eebe
|
[feat][assistant][I4CRJV][I4CRJW] add new operators InstanceNormV2&InstanceNormV2Grad
|
2022-09-26 11:12:23 +08:00 |
WANG Xin
|
ea367ad35a
|
Add Copysign
|
2022-09-26 10:44:38 +08:00 |
He Wei
|
d54a7e4075
|
Add Export/Update API for MapParameter
|
2022-09-26 08:44:03 +08:00 |
i-robot
|
1c5aee45bd
|
!42646 Support compile graph with MapParameter
Merge pull request !42646 from hewei/map_param
|
2022-09-24 14:50:14 +00:00 |
jonyguo
|
0ae4a27bd8
|
fix: md asan error
|
2022-09-24 17:32:48 +08:00 |
i-robot
|
8fd7952b4b
|
!40774 [assistant][ops] Add new video operator HorizontalFlip
Merge pull request !40774 from Maeyon-Z/horizontalFlip_op
|
2022-09-24 07:51:50 +00:00 |
i-robot
|
2d3797a21a
|
!41027 [assistant][ops] Add new video operator VerticalFlip
Merge pull request !41027 from Maeyon-Z/verticalFlip_op
|
2022-09-24 06:45:04 +00:00 |
i-robot
|
5dff519437
|
!40643 Improve the Transformer APIs
Merge pull request !40643 from huangxinjing/improve_transformer_apis
|
2022-09-24 03:10:37 +00:00 |
He Wei
|
1764db05b7
|
Support compile graph with MapParameter
|
2022-09-24 10:49:03 +08:00 |
i-robot
|
a5b3a2dc46
|
!41712 add prim set device interface
Merge pull request !41712 from kisnwang/add-prim-set-device-interface
|
2022-09-24 01:23:38 +00:00 |
huangxinjing
|
908975d458
|
Impove the transforer apis
Support attention mask is None
Fix attention check
WIP in custom activation
Support attention
|
2022-09-23 21:57:58 +08:00 |
nefu-xiaobai
|
67b2034634
|
[feat] [assistant] [#I5EWHP] add new video operator VerticalFlip
|
2022-09-23 11:16:23 +08:00 |
fakeen
|
c93c59cf6a
|
commit choleskygrad without cpu impl
|
2022-09-23 11:12:34 +08:00 |