i-robot
|
897ac145d6
|
!90352 [docs][api] improve api documentation mindspore.mint.nn.ReLU6
Merge pull request !90352 from 杨晓春/code_docs_ReLU6
|
2026-01-04 06:54:17 +00:00 |
i-robot
|
43ab639eff
|
!90060 [docs][api] improve api documentation mindspore.mint.nn.Mish
Merge pull request !90060 from 杨晓春/code_docs_Mish
|
2026-01-04 06:53:59 +00:00 |
i-robot
|
81ac4c2374
|
!90359 [docs][api] improve api documentation mindspore.mint.nn.Tanh
Merge pull request !90359 from 杨晓春/code_docs_Tanh
|
2026-01-04 06:38:02 +00:00 |
i-robot
|
7411603ca4
|
!90225 [docs][api] improve api documentation mindspore.mint.std
Merge pull request !90225 from 严珞珈/code_docs/mint_std
|
2026-01-04 03:54:12 +00:00 |
ynagxiaochun2025
|
7742f8c67b
|
瀹屽杽 mindspore.mint.nn.AdaptiveAvgPool1d API 鏂囨。
fix
fix
|
2026-01-03 22:50:26 +08:00 |
ynagxiaochun2025
|
cead60dd6b
|
improve Dropout2d API docs
fix
fix
|
2026-01-03 22:39:52 +08:00 |
ynagxiaochun2025
|
5b2f222529
|
fix
fix: update Threshold docs
fix
fix
fix
|
2026-01-02 23:25:30 +08:00 |
ynagxiaochun2025
|
c632df9a75
|
improve ReLU6 API docs
fix
fix
|
2026-01-01 23:34:08 +08:00 |
ynagxiaochun2025
|
18928a2350
|
fix: update Mish documentation and code
- Fix Mish documentation
- Update code examples and formatting
- Update __init__.py
fix
fix
|
2026-01-01 23:27:15 +08:00 |
严珞珈
|
6744ae4237
|
improve api documentation mindspore.mint.std
|
2026-01-01 21:54:37 +08:00 |
i-robot
|
cd199ebd86
|
!91307 modify contents
Merge pull request !91307 from 宦晓玲/code_docs_1227
|
2025-12-31 08:42:30 +00:00 |
huan-xiaoling
|
182e14fb26
|
modify contents
|
2025-12-31 16:21:17 +08:00 |
chaijinwei
|
03fac1d86a
|
add norm docs
|
2025-12-31 09:54:23 +08:00 |
i-robot
|
7c5c74d27d
|
!89891 [docs][api] improve api documentation mindspore.mint.nn.BatchNorm3d
Merge pull request !89891 from 杨晓春/code_docs_BatchNorm3d
|
2025-12-29 07:09:31 +00:00 |
i-robot
|
7e086fa9a7
|
!89893 [docs][api] improve api documentation mindspore.mint.nn.LayerNorm
Merge pull request !89893 from 杨晓春/code_docs_LayerNorm
|
2025-12-29 07:08:46 +00:00 |
i-robot
|
b139318082
|
!89954 [docs][api] improve api documentation mindspore.mint.nn.GroupNorm
Merge pull request !89954 from 杨晓春/code_docs_GroupNorm
|
2025-12-29 07:07:45 +00:00 |
i-robot
|
a840d20a20
|
!90050 [docs][api] improve api documentation mindspore.mint.nn.SyncBatchNorm
Merge pull request !90050 from 杨晓春/code_docs_SyncBatchNorm
|
2025-12-29 07:07:10 +00:00 |
huan-xiaoling
|
8ee84a4d8e
|
delete redundant raise contents in mint
|
2025-12-27 11:24:27 +08:00 |
i-robot
|
37e40ac3a4
|
!90059 [docs][api] improve api documentation mindspore.mint.nn.LogSoftmax
Merge pull request !90059 from 杨晓春/code_docs_LogSoftmax
|
2025-12-27 03:12:59 +00:00 |
huan-xiaoling
|
e7af28e104
|
modify contents
|
2025-12-26 10:03:13 +08:00 |
ynagxiaochun2025
|
53b4a1be7e
|
fix: update LogSoftmax documentation and code
- Fix LogSoftmax documentation
- Apply all suggestions from code review
- Update code examples and formatting
- Update activation.py
fix
fix
|
2025-12-25 22:17:13 +08:00 |
ynagxiaochun2025
|
557615b2e9
|
fix: correct wording errors in SyncBatchNorm documentation and code
- Fix wording errors in SyncBatchNorm documentation
- Update code examples and formatting
- Correct documentation files
- Update normalization.py
fix
fix
|
2025-12-25 22:05:00 +08:00 |
ynagxiaochun2025
|
1ccafd10fb
|
Refine LayerNorm documentation and standardize examples
- Refine LayerNorm documentation
- Standardize code examples
- Update documentation files
fix
fix
|
2025-12-25 21:56:24 +08:00 |
ynagxiaochun2025
|
6e02e244f4
|
fix: update GroupNorm docs
- Update GroupNorm documentation
- Improve code examples and formatting
- Update documentation files
fix
fix
|
2025-12-25 21:47:57 +08:00 |
ynagxiaochun2025
|
71460fc729
|
final modification
- Correct terminology in both languages
* Chinese: '标准差' -> '标准差' (standard deviation)
* English: 'standard-deviation' -> 'standard deviation' (remove hyphen)
- Improve sentence structure and readability
* Remove redundant article in Chinese
* Split long sentences for better clarity
* Fix punctuation: add commas for proper flow
- Standardize code examples
* Use unified API: mindspore.mint.nn.BatchNorm3d
* Simplify imports: remove 'from mindspore import Tensor, mint'
- Remove redundant exception documentation
* Remove TypeError for num_features and eps
* Keep only essential ValueError documentation
- Ensure consistency between Chinese and English versions
- Resolve merge conflicts with remote branch
- Update documentation and code formatting
fix
fix
fix
|
2025-12-25 21:44:58 +08:00 |
i-robot
|
390cd9cafc
|
!90532 [docs][api] improve api documentation mindspore.mint.nn.AdaptiveAvgPool2d
Merge pull request !90532 from 杨晓春/code_docs_AdaptiveAvgPool2d
|
2025-12-25 11:26:25 +00:00 |
i-robot
|
8367cc4a9f
|
!90354 [docs][api] improve api documentation mindspore.mint.nn.SELU
Merge pull request !90354 from 杨晓春/code_docs_SELU
|
2025-12-25 09:05:33 +00:00 |
i-robot
|
695adda809
|
!90356 [docs][api] improve api documentation mindspore.mint.nn.Sigmoid
Merge pull request !90356 from 杨晓春/code_docs_Sigmoid
|
2025-12-25 08:55:30 +00:00 |
i-robot
|
abc5a9e575
|
!90355 [docs][api] improve api documentation mindspore.mint.nn.SiLU
Merge pull request !90355 from 杨晓春/code_docs_SiLU
|
2025-12-25 08:54:10 +00:00 |
i-robot
|
1e90ed02bb
|
!90351 [docs][api] improve api documentation mindspore.mint.nn.ReLU
Merge pull request !90351 from 杨晓春/code_docs_ReLU
|
2025-12-25 08:53:25 +00:00 |
i-robot
|
1a0af1926f
|
!90360 [docs][api] improve api documentation mindspore.mint.nn.Threshold
Merge pull request !90360 from 杨晓春/code_docs_Threshold
|
2025-12-25 08:32:54 +00:00 |
i-robot
|
89d8cd0cf0
|
!90362 [docs][api] improve api documentation mindspore.mint.nn.Linear
Merge pull request !90362 from 杨晓春/code_docs_Linear
|
2025-12-25 08:22:11 +00:00 |
i-robot
|
9a20529de3
|
!90357 [docs][api] improve api documentation mindspore.mint.nn.Softmax
Merge pull request !90357 from 杨晓春/code_docs_Softmax
|
2025-12-25 08:21:54 +00:00 |
i-robot
|
00e8c69d2f
|
!90049 [docs][api] improve api documentation mindspore.mint.median
Merge pull request !90049 from 严珞珈/code_docs/mint_median
|
2025-12-25 07:14:57 +00:00 |
i-robot
|
01479b3f90
|
!90152 [docs][api] improve api documentation mindspore.mint.norm
Merge pull request !90152 from 严珞珈/code_docs/mint_norm
|
2025-12-25 07:14:38 +00:00 |
i-robot
|
71371b503a
|
!89926 [docs][api] improve api documentation mindspore.mint.argmin
Merge pull request !89926 from 严珞珈/code_docs/mint_argmin
|
2025-12-25 07:11:43 +00:00 |
huan-xiaoling
|
3972d56699
|
delete redundant raises contents
|
2025-12-25 09:57:36 +08:00 |
huan-xiaoling
|
5a76ebb810
|
modify contents
|
2025-12-24 16:19:23 +08:00 |
严珞珈
|
80340507d6
|
improve api documentation mindspore.mint.norm
|
2025-12-24 14:19:35 +08:00 |
i-robot
|
6d50b97ce1
|
!89890 [docs][api] improve api documentation mindspore.mint.nn.BatchNorm2d
Merge pull request !89890 from 杨晓春/code_docs_BatchNorm2d
|
2025-12-24 01:30:30 +00:00 |
i-robot
|
a1007c10fc
|
!90052 [docs][api] improve api documentation mindspore.mint.nn.ELU
Merge pull request !90052 from 杨晓春/code_docs_ELU
|
2025-12-24 01:30:21 +00:00 |
i-robot
|
5ab9ce85d6
|
!90054 [docs][api] improve api documentation mindspore.mint.nn.GLU
Merge pull request !90054 from 杨晓春/code_docs_GLU
|
2025-12-24 01:30:10 +00:00 |
i-robot
|
bfc6efaa05
|
!89885 [docs][api] improve api documentation mindspore.mint.nn.ConvTranspose2d
Merge pull request !89885 from 杨晓春/code_docs_ConvTranspose2d
|
2025-12-24 01:24:48 +00:00 |
i-robot
|
3a50b607af
|
!90057 [docs][api] improve api documentation mindspore.mint.nn.Hardswish
Merge pull request !90057 from 杨晓春/code_docs_Hardswish
|
2025-12-23 11:12:57 +00:00 |
liuluobin
|
4eedb58057
|
[docs]Supplementary documentation indicates that dataset_broadcast may have compile circular issues in non-lazy_inline
|
2025-12-22 16:34:08 +08:00 |
ynagxiaochun2025
|
f36004d8cf
|
Improve mindspore.mint.nn.AdaptiveAvgPool2d API documentation
fix
|
2025-12-20 21:06:01 +08:00 |
ynagxiaochun2025
|
677a8e0b52
|
improve Linear API docs
fix
|
2025-12-20 20:49:22 +08:00 |
ynagxiaochun2025
|
4e04ba2b6f
|
improve Threshold API docs
fix
|
2025-12-20 20:26:27 +08:00 |
ynagxiaochun2025
|
faf340b864
|
improve Softmax API docs
fix
|
2025-12-20 14:07:59 +08:00 |
ynagxiaochun2025
|
0de3a9fe35
|
fix
fix
|
2025-12-20 14:05:50 +08:00 |
ynagxiaochun2025
|
aadcb36c54
|
fix
|
2025-12-20 14:03:03 +08:00 |
ynagxiaochun2025
|
a8dffbb65c
|
fix
fix
|
2025-12-20 13:59:45 +08:00 |
ynagxiaochun2025
|
3e78d11ec8
|
fix
fix
|
2025-12-20 13:50:06 +08:00 |
ynagxiaochun2025
|
c0fa4b6c47
|
fix: update Hardswish documentation and code
- Fix Hardswish documentation
- Update code examples and formatting
- Update activation.py
fix
|
2025-12-20 13:08:39 +08:00 |
ynagxiaochun2025
|
76400a513b
|
fix: update GLU documentation and code
- Fix GLU documentation
- Update code examples and formatting
- Update activation.py
fix
|
2025-12-20 13:04:50 +08:00 |
ynagxiaochun2025
|
c5f94514fe
|
fix: update ELU documentation and code
- Fix ELU documentation
- Update code examples and formatting
- Update activation.py
fix
|
2025-12-20 12:58:43 +08:00 |
ynagxiaochun2025
|
32f3cfaef8
|
final modification
- 统一术语:将'可学习参数'改为'变量'(与其他卷积层一致)
- 改进参数描述:将'内核元素'改为'卷积核元素'
- 统一填充模式描述:'指定填充模式,填充值为0'
- 规范化代码格式:统一使用双引号和双反引号
- 修复标点符号和空格格式
- 统一 API 调用方式:使用 mindspore.mint.nn.xxx
- 解决合并冲突,保持简洁的英文描述
- 修复数学公式缩进问题(缩进两格)
fix
rebase
fix
|
2025-12-20 12:15:47 +08:00 |
ynagxiaochun2025
|
2a3048222a
|
final modification
- Correct terminology in both languages
* Chinese: '标准差' -> '标准差' (standard deviation)
* English: 'standard-deviation' -> 'standard deviation' (remove hyphen)
- Improve sentence structure and readability
* Remove redundant article in Chinese
* Split long sentences for better clarity
* Fix punctuation: add commas for proper flow
- Update code examples to match actual execution results
* Replace outdated output with verified results
* Standardize API usage: mindspore.mint.nn.BatchNorm2d
* Simplify imports: remove 'from mindspore import Tensor, mint'
- Remove redundant exception documentation
* Remove TypeError for num_features and eps
* Keep only essential ValueError documentation
- Ensure consistency between Chinese and English versions
- Update documentation and code formatting
fix
fix
|
2025-12-20 11:48:54 +08:00 |
严珞珈
|
445152964e
|
improve api documentation mindspore.mint.median
|
2025-12-19 22:59:25 +08:00 |
严珞珈
|
697ccdca87
|
improve api documentation mindspore.mint.argmin
|
2025-12-19 21:42:37 +08:00 |
i-robot
|
222b1606f8
|
!91218 [docs][api]improve api documentation mindspore.ops
Merge pull request !91218 from 宦晓玲/code_docs_1219
|
2025-12-19 09:33:13 +00:00 |
huan-xiaoling
|
a857ec6bf0
|
modify contents
|
2025-12-19 11:14:49 +08:00 |
i-robot
|
0f0bdbc506
|
!91196 modify api format
Merge pull request !91196 from 宦晓玲/code_docs_1218
|
2025-12-18 03:55:25 +00:00 |
huan-xiaoling
|
08e81c2ace
|
modify api format
|
2025-12-18 11:43:16 +08:00 |
i-robot
|
f43e185774
|
!91185 down ranktable docs
Merge pull request !91185 from zhangyinxia/down_docs_master
|
2025-12-18 02:25:44 +00:00 |
zhangyinxia
|
1e12812d10
|
down ranktable docs
|
2025-12-18 09:45:06 +08:00 |
i-robot
|
b37410099d
|
!91169 [docs][api] improve api documentation mindspore.dataset
Merge pull request !91169 from xuzhen/code_docs_bug
|
2025-12-17 07:23:41 +00:00 |
xuzhen
|
51fe95bd90
|
modify mindspore.dataset documentation
|
2025-12-17 10:53:48 +08:00 |
i-robot
|
9cd9a8980b
|
!91113 [docs][api]improve en api documentation mindspore APIs
Merge pull request !91113 from 宦晓玲/code_docs_1212
|
2025-12-17 02:08:28 +00:00 |
i-robot
|
d8536b2a43
|
!90496 [docs][api] improve api documentation mindspore.mint.cummax
Merge pull request !90496 from 严珞珈/code_docs/mint_cummax
|
2025-12-16 08:38:27 +00:00 |
i-robot
|
0d05d37900
|
!90497 [docs][api] improve api documentation mindspore.mint.trace
Merge pull request !90497 from 严珞珈/code_docs/mint_trace
|
2025-12-16 08:23:38 +00:00 |
i-robot
|
f07cf6d6bc
|
!90511 [docs][api] improve api documentation mindspore.mint.equal
Merge pull request !90511 from 严珞珈/code_docs/mint_equal
|
2025-12-16 08:20:14 +00:00 |
i-robot
|
8ef393498c
|
!91157 modify descriptions in api files
Merge pull request !91157 from 宦晓玲/code_docs_121666
|
2025-12-16 07:50:30 +00:00 |
i-robot
|
5230229f13
|
!90516 [docs][api] improve api documentation mindspore.mint.cummin
Merge pull request !90516 from 严珞珈/code_docs/mint_cummin
|
2025-12-16 06:58:55 +00:00 |
huan-xiaoling
|
42859c7fce
|
modify descriptions in api files
|
2025-12-16 10:06:26 +08:00 |
i-robot
|
cd0491cfb1
|
!89936 [docs][api] improve api documentation mindspore.mint.mean
Merge pull request !89936 from 严珞珈/code_docs/mint_mean
|
2025-12-16 02:00:29 +00:00 |
i-robot
|
78572b8333
|
!90508 [docs][api] improve api documentation mindspore.mint.isneginf
Merge pull request !90508 from 严珞珈/code_docs/mint_isneginf
|
2025-12-16 01:43:03 +00:00 |
严珞珈
|
e5fa28fb47
|
improve api documentation mindspore.mint.cummax
|
2025-12-14 16:19:25 +08:00 |
严珞珈
|
cc00e0e864
|
improve api documentation mindspore.mint.trace
|
2025-12-14 16:07:45 +08:00 |
严珞珈
|
e8a623929c
|
improve api documentation mindspore.mint.isneginf
|
2025-12-13 15:25:12 +08:00 |
严珞珈
|
a9919cec1d
|
improve api documentation mindspore.mint.equal
|
2025-12-13 15:04:43 +08:00 |
严珞珈
|
ef5b56b134
|
improve api documentation mindspore.mint.cummin
|
2025-12-13 14:20:32 +08:00 |
tanghuikang
|
894052cc41
|
update prallel doc
|
2025-12-12 17:36:42 +08:00 |
宦晓玲
|
8555d84415
|
modify contents
|
2025-12-12 16:46:14 +08:00 |
xuzhen
|
ae38e190db
|
modify mindspore.Tensor documentation
|
2025-12-12 14:29:45 +08:00 |
i-robot
|
6011575ff6
|
!89887 [docs][api] improve api documentation mindspore.mint.nn.Fold
Merge pull request !89887 from 杨晓春/code_docs_Fold
|
2025-12-12 02:05:08 +00:00 |
严珞珈
|
24ed60e70f
|
improve api documentation mindspore.mint.mean
|
2025-12-11 18:43:30 +08:00 |
i-robot
|
41bf80bf14
|
!89889 [docs][api] improve api documentation mindspore.mint.nn.BatchNorm1d
Merge pull request !89889 from 杨晓春/code_docs_BatchNorm1d
|
2025-12-11 09:20:15 +00:00 |
i-robot
|
95239f6b8a
|
!89924 [docs][api] improve api documentation mindspore.mint.argmax
Merge pull request !89924 from 严珞珈/code_docs/mint_argmax
|
2025-12-11 02:10:38 +00:00 |
i-robot
|
421ebeefe4
|
!89923 [docs][api] improve api documentation mindspore.mint.amin
Merge pull request !89923 from 严珞珈/code_docs/mint_amin
|
2025-12-11 02:10:21 +00:00 |
i-robot
|
d4a7c77f98
|
!89922 [docs][api] improve api documentation mindspore.mint.amax/mindspore.ops.amax
Merge pull request !89922 from 严珞珈/code_docs/mint_amax
|
2025-12-11 02:10:08 +00:00 |
i-robot
|
c6b5d33b10
|
!91082 [docs][api] improve api documentation
Merge pull request !91082 from xuzhen/code_docs_bug
|
2025-12-11 01:22:49 +00:00 |
i-robot
|
9b248da50c
|
!91056 [docs][api]improve en api documentation mindspore.Tensor and mindspore.train
Merge pull request !91056 from 宦晓玲/code_docs_1208
|
2025-12-11 01:22:49 +00:00 |
宦晓玲
|
216d8c269b
|
update en files
|
2025-12-10 17:10:38 +08:00 |
xuzhen
|
26231b1f52
|
modify API documentation
|
2025-12-10 16:18:19 +08:00 |
yuchaojie
|
a435003fc3
|
update cann doc link of aclrtSetOpExecuteTimeOut
|
2025-12-10 09:57:56 +08:00 |
i-robot
|
bdddd8dd61
|
!91043 Added Chinese documentation for the reshape Mint interface.
Merge pull request !91043 from Margaret_wangrui/code_docs_mint
|
2025-12-09 07:37:33 +00:00 |
xuzhen
|
fa8d1d7ba4
|
modify api_python_en documentation
|
2025-12-09 10:57:47 +08:00 |
Margaret_wangrui
|
b9d30e8238
|
Added Chinese documentation for the reshape Mint interface.
|
2025-12-09 09:14:34 +08:00 |
Qiao_Fu
|
d503ca9ed9
|
add tensor.data/delete/to_ docs
|
2025-12-08 09:04:16 +08:00 |