i-robot
|
0a0e13da81
|
!49565 Unregister MirrorPad not supported type currently; Update block_diag zh docs
Merge pull request !49565 from gaoshuanglong/add_functional_init
|
2023-03-02 11:32:01 +00:00 |
i-robot
|
98143eb165
|
!49479 enhance mindrecord filewriter parallel
Merge pull request !49479 from guozhijian/enhance_filewriter_parallel
|
2023-03-02 11:02:26 +00:00 |
i-robot
|
84c6660817
|
!49383 [BUG] FIx bce_with_logits doc bug
Merge pull request !49383 from douzhixing/doc
|
2023-03-02 11:00:21 +00:00 |
i-robot
|
0b4f90e32e
|
!49424 update ops docs 4
Merge pull request !49424 from 李林杰/code_docs_0226_update_ops_docs_master
|
2023-03-02 09:41:52 +00:00 |
lilinjie
|
6e4c429ddc
|
update ops docs
|
2023-03-02 16:30:06 +08:00 |
i-robot
|
ea4bdf86dd
|
!49651 [OPS] add funtional api docs for hardsigmoid
Merge pull request !49651 from yangruoqi713/code_docs_ops
|
2023-03-02 07:59:37 +00:00 |
i-robot
|
a3e38979d8
|
!49464 对ops.dropout2d和ops.dropput3d增加一个参数training, 若training为True,执行dropout操作,否则不执行dropout操作
Merge pull request !49464 from tangdezhi_123/br_tdz_1
|
2023-03-02 07:57:07 +00:00 |
i-robot
|
16c9d78c45
|
!49204 对ops下的API和其在Tensor下的同名API的参数名进行整改,涉及修改点,函数实现,中文说明修改,英文说明修改。
Merge pull request !49204 from tangdezhi_123/br_tdz_20230221
|
2023-03-02 07:22:33 +00:00 |
yangruoqi713
|
9af7359ea9
|
[OPS] add funtional api docs for hardsigmoid
|
2023-03-02 15:15:16 +08:00 |
i-robot
|
33ad052c3a
|
!49591 [api] Rename soft_shrink
Merge pull request !49591 from shaojunsong/fix/softshrink
|
2023-03-02 06:51:41 +00:00 |
i-robot
|
1c4e24f1b1
|
!48317 [ST][MS][OPS] Fix operation validation issues.
Merge pull request !48317 from alashkari/val-updates
|
2023-03-02 06:35:22 +00:00 |
duzhixing
|
1e0180f089
|
fix bce_with_logits doc bug
|
2023-03-02 11:53:37 +08:00 |
i-robot
|
7e18f80e03
|
!49638 中文文档 替换abs/absolute/acos/arccos的参数x为input
Merge pull request !49638 from DavidFFFan/code_docs_master
|
2023-03-02 03:43:03 +00:00 |
jonyguo
|
782735b733
|
enhance mindrecord parallel write
|
2023-03-02 11:41:47 +08:00 |
fandawei
|
8d7329f6ca
|
replace x with input of abs/absoulte/acos/arccos
|
2023-03-02 11:16:11 +08:00 |
shaojunsong
|
dbac18fa6b
|
update docs
|
2023-03-02 10:12:47 +08:00 |
huodagu
|
a554468240
|
fit fourth cols
|
2023-03-01 20:55:33 +08:00 |
tangdezhi_123
|
aae617fbb9
|
对ops.dropout2d和ops.dropout3d增加一个参数training, training为True, 执行dropout操作,training为False, 不执行dropout操作; 将dropout2d和dropout3d的参数x重新命名为input, 以和pytorch对标。
|
2023-03-01 20:13:27 +08:00 |
gaoshuanglong
|
c890f7847f
|
Unregister MirrorPad not supported type currently;
Update block_diag docs.
|
2023-03-01 16:56:05 +08:00 |
i-robot
|
5c891c8477
|
!49577 fixed_some_comment
Merge pull request !49577 from yide12/code_docs_nn_master
|
2023-03-01 08:55:39 +00:00 |
i-robot
|
4ca3596b0a
|
!49601 添加interpolate支持平台
Merge pull request !49601 from DavidFFFan/code_docs_master
|
2023-03-01 08:45:11 +00:00 |
yide12
|
112fe438ec
|
fixed_some_comment
|
2023-03-01 16:44:23 +08:00 |
fandawei
|
e79096c0d2
|
add interpolate Supported Platforms
|
2023-03-01 16:16:00 +08:00 |
i-robot
|
f0de76ab6f
|
!49572 modify format
Merge pull request !49572 from 俞涵/code_docs_1110
|
2023-03-01 07:26:56 +00:00 |
shaojunsong
|
7b2fa2f655
|
fix soft shrink error
|
2023-03-01 15:13:38 +08:00 |
i-robot
|
c41797b891
|
!49291 change_dropout_keep_prob_to_p_master
Merge pull request !49291 from yide12/tensor_nansum_master
|
2023-03-01 06:30:24 +00:00 |
huodagu
|
ccdf8cada5
|
modify format and add new cols
|
2023-03-01 14:30:21 +08:00 |
i-robot
|
53714e4a21
|
!49370 ckpt参数更新接口load_param_into_net新增返回值:ckpt_not_load
Merge pull request !49370 from GuoZhibin/add_return_value_ckpt_not_load
|
2023-03-01 06:22:08 +00:00 |
i-robot
|
a4d50ec793
|
!49580 [bugfix] Fix Gaussian NLL Loss document
Merge pull request !49580 from shaojunsong/code_docs_I6ICP9
|
2023-03-01 06:21:00 +00:00 |
i-robot
|
18da823ab2
|
!49399 [MS][CPU] Tensor min api docs fix
Merge pull request !49399 from Greatpan/code_docs_master
|
2023-03-01 06:15:47 +00:00 |
greatpan
|
d3a61af8bf
|
fix Tensor min api docs
|
2023-03-01 11:42:55 +08:00 |
shaojunsong
|
8e08b15057
|
fix gnl docs
|
2023-03-01 11:21:03 +08:00 |
i-robot
|
af4a342cd4
|
!49411 update ops docs 3
Merge pull request !49411 from 李林杰/code_docs_0225_update_ops_docs_master
|
2023-03-01 02:47:19 +00:00 |
i-robot
|
aa2b53887d
|
!49540 fix input type bug of logical_not
Merge pull request !49540 from wtcheng/master
|
2023-03-01 01:24:48 +00:00 |
lilinjie
|
2d1c355b86
|
update ops docs
|
2023-02-28 20:52:09 +08:00 |
w00517672
|
b2a482fb04
|
fix input type bug of logical_not
|
2023-02-28 19:34:13 +08:00 |
i-robot
|
aeca1ece18
|
!49389 update ops docs 2
Merge pull request !49389 from 李林杰/code_docs_0224_update_ops_docs_master
|
2023-02-28 11:30:09 +00:00 |
lilinjie
|
8763479103
|
update ops docs
|
2023-02-28 18:53:14 +08:00 |
i-robot
|
1b84667b4e
|
!49304 update ops docs 1
Merge pull request !49304 from 李林杰/code_docs_0223_update_ops_docs_master
|
2023-02-28 09:16:55 +00:00 |
i-robot
|
8c017dd0ad
|
!49410 fix docs and remove assert of Transformer apis
Merge pull request !49410 from 吕昱峰(Nate.River)/transformer
|
2023-02-28 09:04:00 +00:00 |
i-robot
|
1a26bceef5
|
!49514 fix docs
Merge pull request !49514 from 李林杰/code_docs_0228_fix_docs_master
|
2023-02-28 07:23:48 +00:00 |
lilinjie
|
cccd2e890e
|
fix docs
|
2023-02-28 15:09:35 +08:00 |
i-robot
|
11132b51de
|
!48457 fix_same_comment_torch
Merge pull request !48457 from yide12/code_docs_nn_master
|
2023-02-28 06:32:38 +00:00 |
lvyufeng
|
a48c647f5b
|
fix docs and remove assert of Transformer apis
|
2023-02-28 12:50:17 +08:00 |
i-robot
|
d23d4d9394
|
!49499 modify format
Merge pull request !49499 from 俞涵/code_docs_1110
|
2023-02-28 03:05:25 +00:00 |
i-robot
|
20f0935d14
|
!49502 fix issue
Merge pull request !49502 from 俞涵/code_docs_issue
|
2023-02-28 03:05:18 +00:00 |
i-robot
|
421479a24b
|
!49468 fix doc issues
Merge pull request !49468 from 李林杰/code_docs_0227_fix_issues_master
|
2023-02-28 02:37:30 +00:00 |
i-robot
|
3fba4e1477
|
!49440 modify description of apis
Merge pull request !49440 from ZhidanLiu/code_docs_master
|
2023-02-28 02:27:10 +00:00 |
huodagu
|
bc9b41a2b6
|
fix issue
|
2023-02-28 09:57:06 +08:00 |
i-robot
|
be9ceffb0a
|
!49463 support randperm function
Merge pull request !49463 from 吕昱峰(Nate.River)/randperm
|
2023-02-28 01:46:27 +00:00 |