Skip to content

Commit

Permalink
fix emb demo, test=develop (PaddlePaddle#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
seiriosPlus authored Mar 9, 2020
1 parent 97b5dea commit 88abad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/fluid/api_cn/layers_cn/embedding_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ embedding
.. code-block:: python
import paddle.fluid as fluid
import numpy as np
data = fluid.layers.data(name='sequence', shape=[1], dtype='int64', lod_level=1)
# 示例 1
Expand Down

0 comments on commit 88abad3

Please sign in to comment.