Skip to content

Commit

Permalink
update (#6894)
Browse files Browse the repository at this point in the history
  • Loading branch information
NKNaN authored Sep 27, 2024
1 parent a056de0 commit e79be8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Paddle 相比 PyTorch 支持更多其他参数,具体如下:
| memo | layers_set | 用来记录已经加入结果的子层的集合,仅参数名不一致。 |
| prefix | prefix | 在所有参数名称前加的前缀。 |
| remove_duplicate | remove_duplicate | 是否删除结果中重复的模块实例。 |
| - | include_self | 是否包含该层自身,PyTorch 无此参数,Paddle 保持默认即可。 |
| - | include_self | 是否包含该层自身,PyTorch 无此参数,Paddle 需设为 True 才与 Pytorch 一致。 |

0 comments on commit e79be8e

Please sign in to comment.