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
zhengsx wants to merge 17 commits intomicrosoft:masterfrom
zhengsx:master
Open

PyTorch binding with mnist examples#148
zhengsx wants to merge 17 commits intomicrosoft:masterfrom
zhengsx:master

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

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.

4 participants