Skip to content

Commit 651d323

Browse files
committed
Follow comments
1 parent 796a40d commit 651d323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/faq/index_cn.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ PaddlePaddle的参数使用名字 :code:`name` 作为参数的ID,相同名字
156156

157157
这里 :code:`hidden_a` 和 :code:`hidden_b` 使用了同样的parameter和bias。并且softmax层的两个输入也使用了同样的参数 :code:`softmax_param`。
158158

159-
7. *-cp27mu-linux_x86_64.whl is not a supported wheel on this platform.
160-
---------------------------------------------------------------------------
159+
7. \*-cp27mu-linux_x86_64.whl is not a supported wheel on this platform.
160+
------------------------------------------------------------------------
161161

162162
出现这个问题的主要原因是,系统编译wheel包的时候,使用的 :code:`wheel` 包是最新的,
163163
而系统中的 :code:`pip` 包比较老。具体的解决方法是,更新 :code:`pip` 包并重新编译PaddlePaddle。

0 commit comments

Comments
 (0)