Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

PyTorch binding with mnist examples - #148

Open
Shuxin Zheng (zhengsx) wants to merge 17 commits into
microsoft:masterfrom
zhengsx:master
Open

PyTorch binding with mnist examples#148
Shuxin Zheng (zhengsx) wants to merge 17 commits into
microsoft:masterfrom
zhengsx:master

Conversation

@zhengsx

Copy link
Copy Markdown
Contributor

PyTorch binding with MNIST examples.

Here is a baseline for [1,2,4] workers Sync SGD.

figure_1

Comment thread binding/python/multiverso/api.py Outdated
args = [b""] # the first argument will be ignored. So we put a placeholder here
if sync:
args.append(b"-sync=true")
args.append(b"-updater=sgd")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be optional?

@feiga

Copy link
Copy Markdown
Contributor

Shuxin Zheng (@zhengsx) Could you solve the conflicts?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants