-
Notifications
You must be signed in to change notification settings - Fork 861
Open
Description
文档链接&描述 Document Links & Description
文档: sparse_embedding-API文档-PaddlePaddle深度学习平台
源码: Paddle/python/paddle/static/nn/common.py at develop · PaddlePaddle/Paddle
-
table_class 默认值不一致
源码:默认值是
"MemorySparseTable"
def sparse_embedding(..., table_class="MemorySparseTable", ...)
文档:写的是
"CommonSparseTable"
.. py:function:: paddle.static.nn.sparse_embedding(..., table_class="CommonSparseTable", ...)
-
entry
参数类型描述不准确源码:
entry
可以是ProbabilityEntry
、CountFilterEntry
或ShowClickEntry
实例对象。文档缺少
ShowClickEntry
-
输入
input
的 shape 描述源码:没有强制最后一维必须为 1。
文档:输入的 shape 最后一维须为 1。
请提出你的建议/提个PR修复这个问题 Please give your suggestion/update a PR to fix it
Metadata
Metadata
Assignees
Labels
No labels