You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@horn.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2016/05/24 12:59:13 UTC

[jira] [Resolved] (HORN-25) Syncopated synchronization for parallel SGD

     [ https://issues.apache.org/jira/browse/HORN-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon resolved HORN-25.
--------------------------------
    Resolution: Fixed

done.

> Syncopated synchronization for parallel SGD
> -------------------------------------------
>
>                 Key: HORN-25
>                 URL: https://issues.apache.org/jira/browse/HORN-25
>             Project: Apache Horn
>          Issue Type: Improvement
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>
> The legacy code is two barriers for merging and broadcasting updates among workers and master. We can reduce this to one barrier by using a syncopated synchronization. For example, master sends previous updated weights and computes newly received updates during waiting for next updates from workers. This will improve the performance dramatically I think.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)