-
Notifications
You must be signed in to change notification settings - Fork 815
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
Add cluster docs #146
base: develop
Are you sure you want to change the base?
Add cluster docs #146
Conversation
parl/remote/client.py
Outdated
@@ -32,7 +32,7 @@ class Client(object): | |||
connect to the same global client in a training task. | |||
|
|||
Attributes: | |||
submit_job_socket (zmq.Context.socket): A socket which submits job to | |||
submit_task_socket (zmq.Context.socket): A socket which submits job to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A socket which submits tasks to
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
docs/parallel_training/cluster.rst
Outdated
Worker | ||
------ | ||
|
||
| We can add more computation resources to a existed cluster by calling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
an existed
docs/parallel_training/cluster.rst
Outdated
|
||
| We have a global client for each training program, it submits training tasks | ||
to the master node. User do not need to interact with client object directly. | ||
We can create a new global client or get an existed global client by calling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get an existed global client
is weird? parl.connect
won't return anything.
|
Fix conflicts? |
No description provided.