Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PARL
提交
f12b790f
P
PARL
项目概览
PaddlePaddle
/
PARL
通知
67
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
18
列表
看板
标记
里程碑
合并请求
3
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PARL
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
18
Issue
18
列表
看板
标记
里程碑
合并请求
3
合并请求
3
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
f12b790f
编写于
4月 19, 2019
作者:
B
Bo Zhou
提交者:
Hongsheng Zeng
4月 19, 2019
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update README.md (#68)
* Update README.md * Update Dockerfile * Update build.sh
上级
ed4f4322
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
4 addition
and
2 deletion
+4
-2
.teamcity/Dockerfile
.teamcity/Dockerfile
+1
-1
.teamcity/build.sh
.teamcity/build.sh
+2
-0
README.md
README.md
+1
-1
未找到文件。
.teamcity/Dockerfile
浏览文件 @
f12b790f
...
...
@@ -15,7 +15,7 @@
# A dev image based on paddle production image
FROM
parl/parl-test:cuda9.0-cudnn7
FROM
parl/parl-test:
1.1-
cuda9.0-cudnn7
COPY
./requirements.txt /root/
...
...
.teamcity/build.sh
浏览文件 @
f12b790f
...
...
@@ -56,6 +56,8 @@ function check_style() {
}
function
run_test_with_gpu
()
{
export
FLAGS_fraction_of_gpu_memory_to_use
=
0.5
mkdir
-p
${
REPO_ROOT
}
/build
cd
${
REPO_ROOT
}
/build
cmake ..
...
...
README.md
浏览文件 @
f12b790f
...
...
@@ -69,7 +69,7 @@ agent = AtariAgent(algorithm)
# Parallelization
PARL provides a compact API for distributed training, allowing users to transfer the code into a parallelized version by simply adding a decorator.
Here is a
`Hello World`
example to demonstrate how eas
il
y it is to leverage outer computation resources.
Here is a
`Hello World`
example to demonstrate how easy it is to leverage outer computation resources.
```
python
#============Agent.py=================
@
parl
.
remote_class
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录