Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleRec
提交
00d1d6db
P
PaddleRec
项目概览
PaddlePaddle
/
PaddleRec
通知
68
Star
12
Fork
5
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
27
列表
看板
标记
里程碑
合并请求
10
Wiki
1
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleRec
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
27
Issue
27
列表
看板
标记
里程碑
合并请求
10
合并请求
10
Pages
分析
分析
仓库分析
DevOps
Wiki
1
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
00d1d6db
编写于
5月 14, 2020
作者:
T
tangwei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add paddle cloud run
上级
8dae87ef
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
61 addition
and
10 deletion
+61
-10
core/trainers/single_trainer.py
core/trainers/single_trainer.py
+1
-0
example/cloud/config.ini
example/cloud/config.ini
+1
-6
example/cloud/config.yaml
example/cloud/config.yaml
+48
-0
example/cloud/job.sh
example/cloud/job.sh
+10
-3
example/cloud/submit.sh
example/cloud/submit.sh
+1
-1
未找到文件。
core/trainers/single_trainer.py
浏览文件 @
00d1d6db
...
@@ -112,6 +112,7 @@ class SingleTrainer(TranspileTrainer):
...
@@ -112,6 +112,7 @@ class SingleTrainer(TranspileTrainer):
fetch_list
=
self
.
fetch_vars
,
fetch_list
=
self
.
fetch_vars
,
fetch_info
=
self
.
fetch_alias
,
fetch_info
=
self
.
fetch_alias
,
print_period
=
self
.
fetch_period
)
print_period
=
self
.
fetch_period
)
self
.
save
(
i
,
"train"
,
is_fleet
=
False
)
self
.
save
(
i
,
"train"
,
is_fleet
=
False
)
context
[
'status'
]
=
'infer_pass'
context
[
'status'
]
=
'infer_pass'
...
...
example/cloud/config.ini
浏览文件 @
00d1d6db
...
@@ -14,9 +14,4 @@ train_data_path="/user/paddle/benchmark/ctr/train_data_paddle/part_1*"
...
@@ -14,9 +14,4 @@ train_data_path="/user/paddle/benchmark/ctr/train_data_paddle/part_1*"
#test_data_path="/user/paddle/benchmark/ctr/test_data"
#test_data_path="/user/paddle/benchmark/ctr/test_data"
#the output directory on hdfs
#the output directory on hdfs
output_path
=
"/user/paddle/ly"
output_path
=
"/user/paddle/ly"
\ No newline at end of file
CPU_NUM
=
16
GLOG_v
=
0
FLAGS_rpc_deadline
=
300000
example/cloud/config.yaml
0 → 100755
浏览文件 @
00d1d6db
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
train
:
trainer
:
# for cluster training
strategy
:
"
async"
epochs
:
10
workspace
:
"
paddlerec.models.rank.dnn"
reader
:
batch_size
:
2
class
:
"
{workspace}/../criteo_reader.py"
train_data_path
:
"
train_data"
reader_debug_mode
:
False
model
:
models
:
"
{workspace}/model.py"
hyper_parameters
:
sparse_inputs_slots
:
27
sparse_feature_number
:
1000001
sparse_feature_dim
:
9
dense_input_dim
:
13
fc_sizes
:
[
512
,
256
,
128
,
32
]
learning_rate
:
0.001
optimizer
:
adam
save
:
increment
:
dirname
:
"
increment"
epoch_interval
:
2
save_last
:
True
inference
:
dirname
:
"
inference"
epoch_interval
:
4
save_last
:
True
example/cloud/job.sh
浏览文件 @
00d1d6db
#!/bin/bash
#!/bin/bash
###################################################
###################################################
# Usage:
submit
.sh
# Usage:
job
.sh
# Description: run mpi
submit
clinet implement
# Description: run mpi
job
clinet implement
###################################################
###################################################
echo
"heheda"
# ---------------------------------------------------------------------------- #
# variable define #
# ---------------------------------------------------------------------------- #
CPU_NUM
=
16
GLOG_v
=
0
FLAGS_rpc_deadline
=
300000
# ---------------------------------------------------------------------------- #
python
-m
paddlerec.run
-m
paddle_rec_config.yaml
-e
cluster
-r
worker
python
-m
paddlerec.run
-m
paddle_rec_config.yaml
-e
cluster
-r
worker
example/cloud/submit.sh
浏览文件 @
00d1d6db
...
@@ -39,5 +39,5 @@ function package() {
...
@@ -39,5 +39,5 @@ function package() {
cp
${
engine_run_config
}
${
temp
}
/paddle_rec_config.yaml
cp
${
engine_run_config
}
${
temp
}
/paddle_rec_config.yaml
g_submitfiles
=
"job.sh before_hook.sh paddle_rec_config.yaml"
g_submitfiles
=
"job.sh before_hook.sh paddle_rec_config.yaml"
g_run_cmd
=
'"sh job.sh"'
g_run_cmd
=
"sh job.sh"
}
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录