diff --git a/wut-worker b/wut-worker index d30a5f7..a5bca5b 100755 --- a/wut-worker +++ b/wut-worker @@ -1,12 +1,12 @@ #!/bin/bash -# wut-worker-train-cluster-fn +# wut-worker # # Starts worker client. # # Usage: -# wut-worker-train-cluster-fn +# wut-worker # Example: -# wut-worker-train-cluster-fn +# wut-worker # # Note: # Each node needs a unique index number. @@ -22,5 +22,5 @@ let HOSTNUM=$HOSTNUM-1 export TF_CONFIG='{"cluster": {"worker": [ "ml1-int:2222", "ml2-int:2222", "ml3-int:2222", "ml4-int:2222", "ml5-int:2222"]}, "task": {"index": '$HOSTNUM', "type": "worker"}}' echo $TF_CONFIG -python3 wut-worker-train-cluster-fn.py +python3 wut-worker.py diff --git a/wut-worker.py b/wut-worker.py index 57a0baf..3aa780f 100644 --- a/wut-worker.py +++ b/wut-worker.py @@ -1,8 +1,8 @@ #!/usr/bin/env python3 # -# wut-worker-train-cluster-fn.py +# wut-worker.py # -# wut-train-cluster --- What U Think? SatNOGS Observation AI, training application cluster edition. +# wut --- What U Think? SatNOGS Observation AI, training application cluster edition. # # https://spacecruft.org/spacecruft/satnogs-wut #