-
Notifications
You must be signed in to change notification settings - Fork 542
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
ipv6 support #38
base: master
Are you sure you want to change the base?
ipv6 support #38
Conversation
Conflicts: src/base/local_machine.h src/system/van.cc
many thanks for the PR! a naive question, does this PR affect the ipv4 only case? i don't have ipv6 machines at hand so cannot test it. |
I tested this feature with linear.dmlc on my branch https://github.com/mstebelev/ps-lite/tree/ipv6 which is forked from v1 tag because wormhole can't be built from ps-lite/master.
|
sorry for the mess... i'm trying to move both wormhole/linear and wormhole/difacto to into a separate project difacto. currently i'm working on the dev branch and hope to get everything done soon (better code organization and more optimization algorithms). it would be much better to merge ipv6 into the master branch and use difacto to instead wormhole/linear after. |
Could you add some full demo to show how to train the Deep Learning model in ps-lite? Such as Lenet in mnist ? |
No description provided.