alibaba / euler

A distributed graph deep learning framework.
Apache License 2.0
2.89k stars 559 forks source link

Question about the the role of ZK in Euler #163

Closed AtekiRyu closed 4 years ago

AtekiRyu commented 4 years ago

Thanks for the excellent project! I have a question about ZK,

Thanks in advance~

yangsiran commented 4 years ago

The second point is correct. There will be multiple replicas when worker_num > shard_num. But this is not in the default run loop.

AtekiRyu commented 4 years ago

thanks your explanation!