Samsung / veles

Distributed machine learning platform
Other
906 stars 180 forks source link

Refactor gradient update in master-slave mode #13

Open Lyubava opened 9 years ago

Lyubava commented 9 years ago

Now, gradient update in master-slave mode is the simplest with manually applying the moment. It is required to refactor in such way, that gradient update will call the same existing methods and without copy-paste in master-slave mode.