提交 41c77645 编写于 作者: T tangwei12

bug fix

上级 797b515a
......@@ -13,7 +13,7 @@
# limitations under the License.
engine:
workspace: "paddlerec.models.rank.dnn"
workspace: "/home/tangwei/fleet_rec_env/paddlerec/example/cloud"
backend: "PaddleCloud"
submit:
......
......@@ -5,6 +5,7 @@
# Description: run mpi submit clinet implement
###################################################
g_package_files=""
#-----------------------------------------------------------------------------------------------------------------
#fun : before hook submit to cluster
......@@ -30,6 +31,13 @@ function after_submit_hook() {
#return : 0 -- success; not 0 -- failure
#-----------------------------------------------------------------------------------------------------------------
function package() {
echo "package"
echo "package"
temp=${engine_temp_path}
cp ${engine_workspace}/submit.sh ${temp}
cp ${engine_workspace}/before_hook.sh ${temp}
g_submitfiles="submit.sh before_hook.sh"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册