Commit Graph

303 Commits

Author SHA1 Message Date
yanghaoran 2d141e071d takedown testcases to ensure gate stability 2022-11-04 09:20:09 +08:00
pkuliuliu e0f470751b add nn.ChannelShuffle 2022-10-31 21:15:12 +08:00
i-robot aa58bea98c
!44399 pixel_shuffle_unshuffle_master
Merge pull request !44399 from yide12/pixel_shuffle_unshuffle_master
2022-10-29 06:43:04 +00:00
i-robot 36ca5db7c3
!44707 Support new MapTensor in construct.
Merge pull request !44707 from Margaret_wangrui/map_tensor
2022-10-29 06:28:24 +00:00
Margaret_wangrui 927af7f801 Support new MapTensor in construct. 2022-10-28 19:51:27 +08:00
yide12 a81246b9b9 pixel_shuffle_unshuffle_master 2022-10-28 17:17:56 +08:00
i-robot 68d54f9cf3
!44363 add function api of max_unpool1d, 2d, 3d
Merge pull request !44363 from LV/master
2022-10-28 02:17:51 +00:00
i-robot e720b5e117
!44543 add nn and function api for dropout1d
Merge pull request !44543 from ZhidanLiu/master
2022-10-27 08:00:13 +00:00
i-robot e54b62bd30
!43407 [AutoParallel]Make the Batch Error if the inputs's batch is different
Merge pull request !43407 from huangxinjing/fix_shape_infer_error
2022-10-27 03:50:07 +00:00
LV fdc041120b add function api of max_unpool1d, 2d, 3d 2022-10-27 09:42:46 +08:00
i-robot 8d04817a64
!44503 Add the get_data interface to the MapParameter.
Merge pull request !44503 from Margaret_wangrui/keys_and_values
2022-10-27 01:39:24 +00:00
ZhidanLiu 5667a08106 add nn and function api for dropout1d 2022-10-26 19:04:52 +08:00
i-robot c1547b7222
!44198 support LPPool
Merge pull request !44198 from 冯一航/support_lppool
2022-10-26 03:35:33 +00: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 8d88f5f72b
!44025 add_ctcloss
Merge pull request !44025 from yide12/loss_ctc_master
2022-10-25 02:23:18 +00:00
shaojunsong 17e8e40ec5 Add nn.HingeEmbeddingLoss 2022-10-24 17:30:41 +08:00
yide12 a9b4a4b0f9 add ctcloss 2022-10-24 09:32:19 +08: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 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
LV 60b2bce240 add nn api of MaxUnpool1d, 2d, 3d 2022-10-20 15:21:33 +08:00
changzherui 3d3254a990 add tensor dim(), numpy(), param copy 2022-10-19 23:46:08 +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 cf5cc57fc3
!44091 1.删除init未传入self的修改和测试用例 2.修改报错语法
Merge pull request !44091 from ligan/bug0
2022-10-19 01:40:49 +00: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 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
ligan 367548697b bug0 2022-10-18 11:56:08 +08:00
fengyihang f56f8e936f support MarginRankingLoss 2022-10-18 10:34:04 +08:00
i-robot 1b82179635
!43651 报错不合理整改,增加测试用例
Merge pull request !43651 from ligan/cell
2022-10-17 10:01:06 +00:00
He Wei 2768432afc Implement backward graph for MapParameter 2022-10-17 17:37:01 +08:00
yide12 2aaf625725 fractionalmaxpool 2022-10-17 15:20:54 +08:00
ligan 29b9607d23 cell 2022-10-17 09:48:24 +08:00
fengyihang b713c9966e modify avg and max3d 2022-10-16 17:29:51 +08: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
fengyihang 672f72cb4c support_max_and_avg_pool3d 2022-10-12 14:53:56 +08:00
huangxinjing 35cdc8f495 [AutoParallel]Fix batch infer error 2022-10-11 11:59:53 +08:00
pkuliuliu a4d144b8f6 Add nn.Softmax2d 2022-10-10 21:22:48 +08:00
huangxinjing 0e575f178d Fix activation shard error
Fix hidden activation error
2022-10-08 20:39:55 +08:00
He Wei 9c03020659 Implement MapParameter default value and clone() 2022-09-29 08:50:30 +08:00
i-robot 02ac3f2d49
!42862 Rectify Adam
Merge pull request !42862 from shaojunsong/new_adam
2022-09-27 11:38:52 +00:00
shaojunsong 0cb0ff6659 Rectify Adam Optimizer 2022-09-26 22:17:19 +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
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
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