Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "eval" worker for Tensorflow distributed learning #67

Closed
mmourafiq opened this issue Mar 20, 2018 · 4 comments
Closed

Support "eval" worker for Tensorflow distributed learning #67

mmourafiq opened this issue Mar 20, 2018 · 4 comments

Comments

@mmourafiq
Copy link
Contributor

No description provided.

@jorgemf
Copy link
Contributor

jorgemf commented Aug 22, 2018

Relevant: https://www.tensorflow.org/api_docs/python/tf/estimator/train_and_evaluate

The evaluator task is called evaluator:

TF_CONFIG='{
    "cluster": {
        "chief": ["host0:2222"],
        "worker": ["host1:2222", "host2:2222", "host3:2222"],
        "ps": ["host4:2222", "host5:2222"]
    },
    "task": {"type": "evaluator", "index": 0}
}'

@crafet
Copy link

crafet commented Sep 26, 2018

hi@jorgemf
if evaluator set index as 0, how about index for other normal workers?
thanks

@jorgemf
Copy link
Contributor

jorgemf commented Sep 26, 2018

@crafet you have the type to know whether it is a worker, a ps or an evaluator.

@mmourafiq
Copy link
Contributor Author

similar to #42 , this should be possible in v1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants