提交 890ca39b 编写于 作者: L lipeng17

Fix name typos

ISSUE=4600925


git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1443 1ad973e4-5ce8-4261-8a94-b56d1f490c56
上级 41327023
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册