Commit Graph

4662 Commits

Author SHA1 Message Date
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
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