Skip to content

Commit

Permalink
Merge pull request pytorch#44 from smartkiwi/master
Browse files Browse the repository at this point in the history
Make mnist_hogwild python 2.7 compatible
  • Loading branch information
soumith authored Jan 19, 2017
2 parents 7f612f9 + ae40df7 commit e749ed0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mnist_hogwild/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def forward(self, x):
return F.log_softmax(x)

if __name__ == '__main__':
mp.set_start_method('spawn')
args = parser.parse_args()

torch.manual_seed(args.seed)
Expand Down

0 comments on commit e749ed0

Please sign in to comment.