Commit Graph

4601 Commits

Author SHA1 Message Date
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
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
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
nefu-xiaobai 0e0dcbfb3b [misc] [assistant] [#I5EWHP] modify the operator horizontalFlip 2022-09-23 10:58:06 +08:00
kswang dc236c4753 add set device interface for prim 2022-09-23 10:58:01 +08:00
mhmotallebi 349126edd7 [MD] add repeatability for failover reset 2022-09-22 17:27:38 -04:00
changzherui 264dccfd0d clean code for python 0918 2022-09-22 19:58:36 +08:00
zhaoyisen 999ff30864 [assistant][ops]Add math operator CumulativeLogsumexp 2022-09-21 21:03:51 +08:00
i-robot d007a090ae
!42349 fix: generator dataset with multi-process use .skip error
Merge pull request !42349 from guozhijian/fix_generator_dataset_split
2022-09-20 10:58:23 +00:00
i-robot c62279db5e
!42298 Add experimental API for MapParameter
Merge pull request !42298 from hewei/map_param
2022-09-20 07:14:35 +00:00
i-robot 243356fc4b
!42108 [MD] Fix some serdes bugs for Py UDFs, Py ops (w enum Inter & Border parms, fill_value). AutoTune scenarios impacted.
Merge pull request !42108 from cathwong/ckw_serdes_py_json_enum
2022-09-20 06:26:51 +00:00
i-robot c1efb947ca
!42006 Add parse support for mutable api
Merge pull request !42006 from YuJianfeng/master
2022-09-20 05:46:31 +00:00
jonyguo 489635fc84 fix: generator dataset with multi-process skip error 2022-09-19 20:53:29 +08:00