Fix name typos

ISSUE=4600925


git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1443 1ad973e4-5ce8-4261-8a94-b56d1f490c56
avx_docs
lipeng17 9 years ago
parent 4132702362
commit 890ca39b2d

@ -45,7 +45,7 @@ are the details if any.
## Keeping Fork Up to Date
Before pull your request, you shold sync you code from the latest Paddle.
Before pull your request, you shold sync you code from the latest PaddlePaddle.
To do this, you'll need to add a remote at first:
```shell

@ -18,7 +18,7 @@ PaddlePaddle的ubuntu安装包分为两个版本即CPU版本和GPU版本
.. code-block:: shell
dpkg -i paddle-1.0.0-cpu.deb
dpkg -i paddle-0.8.0b-cpu.deb
apt-get install -f
需要注意的是如果使用GPU版本的PaddlePaddle请安装CUDA 7.5 和CUDNN 5到本地环境中

@ -21,7 +21,7 @@ limitations under the License. */
#include <vector>
#include "paddle/utils/GlobalConstants.h"
/// Import Paddle's enumeration into global namespace.
/// Import PaddlePaddle's enumeration into global namespace.
using namespace paddle::enumeration_wrapper; // NOLINT
#define DISABLE_COPY_AND_ASSIGN(classname) \

@ -64,8 +64,8 @@ def job_prepare(jobdir, data=None):
'''
prepare job related workspace data
Assuming you already installed Paddle in all nodes which means
Paddle related bins and dependencies libraries.
Assuming you already installed PaddlePaddle in all nodes which means
PaddlePaddle related bins and dependencies libraries.
Assuming the train/test data have already been installed.
This function just prepare all related model and other resources
needed at runtime.

Loading…
Cancel
Save