Commit Graph

571 Commits

Author SHA1 Message Date
huanxiaoling 59d23e67af modify the links in webpage 2022-10-27 10:50:11 +08:00
i-robot 67281f9a6f
!44631 fix KLDivLoss docs
Merge pull request !44631 from 范吉斌/code_docs_kldiv
2022-10-27 02:00:07 +00:00
lianliguang c5931973a3 modify glu ops doc 2022-10-27 09:56:19 +08:00
LV fdc041120b add function api of max_unpool1d, 2d, 3d 2022-10-27 09:42:46 +08:00
i-robot 18f73f81b1
!44542 Catch exception when timeout
Merge pull request !44542 from ZPaC/catch-exception-in-cgn
2022-10-27 01:27:11 +00:00
fanjibin 8832bb156f fix KLDivLoss docs 2022-10-26 22:22:36 +08:00
ZhidanLiu 5667a08106 add nn and function api for dropout1d 2022-10-26 19:04:52 +08:00
huodagu 57625863a9 modify format 2022-10-26 16:33:58 +08:00
i-robot c1547b7222
!44198 support LPPool
Merge pull request !44198 from 冯一航/support_lppool
2022-10-26 03:35:33 +00:00
i-robot 897b7e28df
!44537 code_docs_ctcloss
Merge pull request !44537 from yide12/code_docs_ctcloss
2022-10-26 03:09:42 +00:00
ZPaC 11b674ba44 Catch exception when timeout 2022-10-25 19:24:00 +08:00
huodagu 827d93e750 modify format 2022-10-25 17:02:26 +08:00
fengyihang c3d8bbc738 add LPPool1d 2022-10-25 15:59:55 +08:00
yide12 a828437f55 code_docs_ctcloss 2022-10-25 15:33:13 +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
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
yide12 a9b4a4b0f9 add ctcloss 2022-10-24 09:32:19 +08:00
huodagu 4e870b13e3 modify format 2022-10-21 18:52:11 +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
jin-xiulang 8987faef8d fix review opinions and add ut for dynamic obfuscation 2022-10-21 14:26:49 +08:00
i-robot 56c5f8700d
!44331 Update nn.Adam docs
Merge pull request !44331 from shaojunsong/code_docs_adam1019
2022-10-21 03:16:54 +00:00
shaojunsong 8ec99a5ed7 Update nn.Adam docs 2022-10-21 10:21:44 +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 246b7c28c6
!43448 for replicationpad
Merge pull request !43448 from 于振华/replicationpad_develop_1008
2022-10-20 17:38:55 +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
i-robot acbdcd1722
!44128 modify doc
Merge pull request !44128 from xumengjuan1/code_docs_x12
2022-10-20 09:22:09 +00: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
LV 60b2bce240 add nn api of MaxUnpool1d, 2d, 3d 2022-10-20 15:21:33 +08:00
xumengjuan1 cac3101bd4 modify doc 2022-10-20 15:15:21 +08:00
huodagu 3861531c58 modify format 2022-10-20 11:35:35 +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 082e07896f
!44180 modify format
Merge pull request !44180 from 俞涵/code_docs_1010
2022-10-19 06:37:13 +00:00
ZPaC 8a0b8bb37b Add place cn doc 2022-10-19 11:37:12 +08:00
huodagu 83daf0f8a9 modify format 2022-10-19 11:29:53 +08:00
i-robot ac5e5d284f
!44087 support more avg and max3d input
Merge pull request !44087 from 冯一航/support_more_avg_and_max3d_input
2022-10-19 02:00:47 +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
fengyihang 4906616b89 support more input 2022-10-18 15:15:17 +08:00
fengyihang f56f8e936f support MarginRankingLoss 2022-10-18 10:34:04 +08:00
i-robot af9e68c5eb
!43996 fix doc of glu
Merge pull request !43996 from lianliguang/code_docs_ms
2022-10-18 01:04:40 +00:00
liuluobin 510e6a5778 Fix api description error in shard 2022-10-17 15:25:09 +08:00
lianliguang 4c0408d22e modify glu ops doc 2022-10-17 15:21:48 +08:00
yide12 2aaf625725 fractionalmaxpool 2022-10-17 15:20:54 +08:00
huodagu ca2e9fbcdb modify format 2022-10-17 13:44:37 +08:00
fengyihang b713c9966e modify avg and max3d 2022-10-16 17:29:51 +08:00
huodagu f1bebb5261 modify format 2022-10-14 14:15:45 +08:00
fengyihang 2b10706b85 code docs fix 2022-10-13 15:16:46 +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
i-robot 0966115408
!43459 Add nn.Softmax2d
Merge pull request !43459 from pkuliuliu/master
2022-10-13 03:24:12 +00:00
yuzhenhua b2ae9e2db7 for ReplicationPad 2022-10-13 09:28:38 +08:00
fengyihang 672f72cb4c support_max_and_avg_pool3d 2022-10-12 14:53:56 +08:00
huodagu 5852b45884 modify format 2022-10-12 10:07:39 +08:00
pkuliuliu a4d144b8f6 Add nn.Softmax2d 2022-10-10 21:22:48 +08:00
huodagu 1b4266528d modify format 2022-10-10 17:05:24 +08:00
i-robot d4dbb3d749
!43351 modify the wrong format of files
Merge pull request !43351 from 宦晓玲/code_docs_1008
2022-10-09 02:00:04 +00:00
i-robot ff789660db
!43183 Add chinese document for MicroBatch、ReduceOp and ReduceScatter
Merge pull request !43183 from huangxinjing/code_docs_fix_comments_master
2022-10-08 12:26:37 +00:00
huanxiaoling 57080c6d67 modify the wrong format of files 2022-10-08 18:19:40 +08:00
huangxinjing b0a7c2d01f Update the document 2022-10-08 15:41:31 +08:00
i-robot f911fca217
!43123 fix some doc related issues
Merge pull request !43123 from 李林杰/code_docs_0927_fix_doc_related_issues_master
2022-09-30 09:00:17 +00:00
lilinjie 848d4bfb87 fix some doc related issues 2022-09-30 10:51:25 +08:00
i-robot 50f7dea750
!43218 Adam document update
Merge pull request !43218 from shaojunsong/code_docs_adam2
2022-09-29 08:48:18 +00:00
shaojunsong d29549fcd9 adam document update 2022-09-29 16:38:09 +08:00
i-robot 688b35aaaa
!42296 conv3d算子same模式下shape问题的文档修复
Merge pull request !42296 from jijiarong/master
2022-09-29 04:04:19 +00: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
籍家荣 e52d780d47 issure:I5REVC shape of same models
add notes
2022-09-27 17:36:09 +08:00
huodagu c39ac73185 modify format 927 2022-09-27 15:19:36 +08:00
huanxiaoling def614ed79 modify the inconsistence in files 2022-09-26 18:40:06 +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
i-robot 08ff00f6fb
!42834 modify the files on webpage
Merge pull request !42834 from 宦晓玲/code_docs_0924
2022-09-26 02:11:07 +00:00
i-robot 268abc5fb1
!42637 support glu
Merge pull request !42637 from lianliguang/glu_grad_ops
2022-09-24 17:03:28 +00:00
huanxiaoling a27159355d modify the files on webpage 2022-09-24 17:07:20 +08:00
kswang dc236c4753 add set device interface for prim 2022-09-23 10:58:01 +08:00
lianliguang 1ed2865d77 add glu implement 2022-09-22 20:14:22 +08:00
fan-jibin 1b686aba07 add docs for nn.KLDivLoss 2022-09-20 15:51:49 +08:00
yide12 2df3b9bece fix 2022-09-19 15:22:49 +08:00
lvyufeng 208147d55b move Metrics from mindspore.nn to mindspore.train 2022-09-18 13:50:28 +08:00
huanxiaoling 4a175414b9 replace the word in rst files 2022-09-16 17:11:14 +08:00
huanxiaoling 1930691e17 modify the inconsistence of files 0915 2022-09-15 18:14:34 +08:00
i-robot a0501d36c2
!41954 modify the inconsistence in files 0914
Merge pull request !41954 from 宦晓玲/code_docs_0913
2022-09-14 09:23:05 +00:00
i-robot 08cff886ca
!41633 refactor batchnorm
Merge pull request !41633 from changzherui/mod_bn
2022-09-14 09:20:21 +00:00
huanxiaoling 944ec1fba2 modify the consistence of files 0913 2022-09-14 17:01:54 +08:00
huodagu 7287335783 modify format 2022-09-14 14:13:13 +08:00
huodagu 9ddc338259 modify math format 2022-09-13 16:45:16 +08:00
i-robot 9e0d46f2dc
!41743 modify the inconsistence in files 0909
Merge pull request !41743 from 宦晓玲/code_docs_0909
2022-09-13 01:43:32 +00:00
changzherui b3edcb7281 refactor bn 2022-09-12 22:17:15 +08:00
huanxiaoling 788311123d modify the inconsistence in files 0909 2022-09-09 17:25:49 +08:00
huodagu 141fe25f16 modify format 2022-09-09 15:10:00 +08:00
huodagu 4718972c26 modify format 2022-09-09 09:11:51 +08:00
i-robot 502998c10b
!41607 modify the inconsistence in files 0907
Merge pull request !41607 from 宦晓玲/code_docs_0907
2022-09-07 11:26:05 +00:00
zhangyi 822bf65048 modify the inconsistence in files 0907 2022-09-07 17:31:46 +08:00
i-robot bcafb622c2
!40954 optimizes the documentation of chinese API of ASGD,CELU,etc
Merge pull request !40954 from zhangfanghe/docs_master_zfh_26
2022-09-07 08:03:46 +00:00
zhangfanghe 824546b4dc optimizes the documentation of chinese API of ASGD,CELU,etc. 2022-09-07 10:55:27 +08:00
i-robot 017f26fcc0
!41553 modify the inconsistence in files 0906
Merge pull request !41553 from 宦晓玲/code_docs_0906
2022-09-07 01:07:41 +00:00
huodagu a6adb944cb repair brackets errors 2022-09-06 18:26:07 +08:00
zhangyi 2e3822f3d4 modify the inconsistence in files 0906 2022-09-06 17:41:09 +08:00
zhangyi 8d0beae1b4 modify the consistence in files 2022-09-06 11:31:10 +08:00