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

PyTorch binding with mnist examples #148

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

zhengsx
Copy link
Contributor

@zhengsx zhengsx commented Jun 1, 2017

PyTorch binding with MNIST examples.

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

figure_1

@@ -29,6 +29,7 @@ def init(sync=False):
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
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
Contributor

feiga commented Jun 10, 2017

@zhengsx Could you solve the conflicts?

@microsoft microsoft deleted a comment from msftclas Sep 26, 2017
@microsoft microsoft deleted a comment from msftclas Sep 26, 2017
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.

None yet

4 participants