This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
add chinese api
r1.7
wangshengnan123
4 years ago
parent
7de71630d9
commit
2872f99ea2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docs/api/api_python/transformer/mindspore.nn.MoEConfig.rst
+ 1
- 1
docs/api/api_python/transformer/mindspore.nn.MoEConfig.rst
View File
@@ -7,4 +7,4 @@
- **expert_num** (int) - 表示使用的专家数量。默认值:1。
- **capacity_factor** (float) - 表示专家处理的容量关系,其值大于等于1.0。默认值:1.1。
- **aux_loss_factor** (float) - 表示负载均衡损失(由路由器产生)的平衡系数。相乘的结果会加到总损失函数中。此系数的值小于1.0。默认值:0.05。
- **num_experts_chosen** (int) - 表示每个标识选择的专家数量。默认值:1。
- **num_experts_chosen** (int) - 表示每个标识选择的专家数量
,其值小于等于专家数量
。默认值:1。
Write
Preview
Loading…
Cancel
Save