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