From 06d49ed2d62ae5d339ec40bf30c6252378212297 Mon Sep 17 00:00:00 2001 From: ml server Date: Sat, 18 Jan 2020 15:49:07 -0700 Subject: [PATCH] filename --- wut-worker-train-cluster-fn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wut-worker-train-cluster-fn b/wut-worker-train-cluster-fn index 62f6bf7..38fd80f 100755 --- a/wut-worker-train-cluster-fn +++ b/wut-worker-train-cluster-fn @@ -22,5 +22,5 @@ HOSTNUM=`hostname | sed -e 's/ml//g'` export TF_CONFIG='{"cluster": {"worker": [ "10.100.100.130:2222", "ml1:2222", "ml2:2222", "ml3:2222", "ml4:2222", "ml5:2222"]}, "task": {"index": '$HOSTNUM', "type": "worker"}}' echo $TF_CONFIG -python3 wut-worker-train-cluster-fn.py +python3 wut-train-cluster-fn.py