Skip to content

Commit

Permalink
fix dropout (PaddlePaddle#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceci3 authored Oct 7, 2019
1 parent e6f2fc6 commit ada4039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fluid/api_cn/layers_cn/dropout_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dropout op可以从Program中删除,提高执行效率。

参数:
- **x** (Variable) - 输入,多维Tensor。数据类型:float32和float64。
- **dropout_prob** (float32) - 输入单元的丢弃概率,即输入单元设置为0的概率。默认:0.5。
- **dropout_prob** (float32) - 输入单元的丢弃概率,即输入单元设置为0的概率。
- **is_test** (bool) - 标记是否是测试阶段。默认:False。
- **seed** (int) - 整型数据,用于创建随机种子。如果该参数设为None,则使用随机种子。注:如果给定一个整型种子,始终丢弃相同的输出单元。训练过程中勿用固定不变的种子。
- **name** (str|None) – 具体用法请参见 :ref:`cn_api_guide_Name` ,一般无需设置,默认值为None。
Expand Down

0 comments on commit ada4039

Please sign in to comment.