Follow comments

avx_docs
Yu Yang 8 years ago
parent 796a40daa5
commit 651d323619

@ -156,8 +156,8 @@ PaddlePaddle的参数使用名字 :code:`name` 作为参数的ID相同名字
这里 :code:`hidden_a`:code:`hidden_b` 使用了同样的parameter和bias。并且softmax层的两个输入也使用了同样的参数 :code:`softmax_param` 这里 :code:`hidden_a`:code:`hidden_b` 使用了同样的parameter和bias。并且softmax层的两个输入也使用了同样的参数 :code:`softmax_param`
7. *-cp27mu-linux_x86_64.whl is not a supported wheel on this platform. 7. \*-cp27mu-linux_x86_64.whl is not a supported wheel on this platform.
--------------------------------------------------------------------------- ------------------------------------------------------------------------
出现这个问题的主要原因是系统编译wheel包的时候使用的 :code:`wheel` 包是最新的, 出现这个问题的主要原因是系统编译wheel包的时候使用的 :code:`wheel` 包是最新的,
而系统中的 :code:`pip` 包比较老。具体的解决方法是,更新 :code:`pip` 包并重新编译PaddlePaddle。 而系统中的 :code:`pip` 包比较老。具体的解决方法是,更新 :code:`pip` 包并重新编译PaddlePaddle。

Loading…
Cancel
Save