We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cluster = json.loads(os.environ["TF_CLUSTER_DEF"]) 如下: {'ps': ['hadoop00:24383'], 'worker': ['hadoop01:22676', 'hdoop02:27181']}
其中一个TF_CONFIG {"cluster": {"worker": ["hadoop00:22676", "hadoop002:27181 ", "hadoop03:24383"]}, "task": {"type": "worker", "index": 0}}
求解决,折腾一周多了
The text was updated successfully, but these errors were encountered:
XLearning 似乎不在维护,可以试下 linkedin/TonY @catchlove666
Sorry, something went wrong.
如有需要请重提issue
No branches or pull requests
cluster = json.loads(os.environ["TF_CLUSTER_DEF"])
如下:
{'ps': ['hadoop00:24383'], 'worker': ['hadoop01:22676', 'hdoop02:27181']}
其中一个TF_CONFIG
{"cluster": {"worker": ["hadoop00:22676", "hadoop002:27181 ", "hadoop03:24383"]}, "task": {"type": "worker", "index": 0}}
求解决,折腾一周多了
The text was updated successfully, but these errors were encountered: