提交 fd2ca462 编写于 作者: H Helin Wang

fix according to comment

上级 1c1e61b4
...@@ -263,7 +263,7 @@ Ethird = wordemb(thirdword) ...@@ -263,7 +263,7 @@ Ethird = wordemb(thirdword)
Efourth = wordemb(fourthword) Efourth = wordemb(fourthword)
``` ```
- Concat n-1 word embedding vectors into a single feature vector. - Concatenate n-1 word embedding vectors into a single feature vector.
```python ```python
contextemb = paddle.layer.concat(input=[Efirst, Esecond, Ethird, Efourth]) contextemb = paddle.layer.concat(input=[Efirst, Esecond, Ethird, Efourth])
......
...@@ -305,7 +305,7 @@ Ethird = wordemb(thirdword) ...@@ -305,7 +305,7 @@ Ethird = wordemb(thirdword)
Efourth = wordemb(fourthword) Efourth = wordemb(fourthword)
``` ```
- Concat n-1 word embedding vectors into a single feature vector. - Concatenate n-1 word embedding vectors into a single feature vector.
```python ```python
contextemb = paddle.layer.concat(input=[Efirst, Esecond, Ethird, Efourth]) contextemb = paddle.layer.concat(input=[Efirst, Esecond, Ethird, Efourth])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册