You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To decrease communication and speed up convergence, we should have an option (default=True) to only update weights when margin constraints have been violated:
e.g.: Line #66 should move up (to Line #63) and if margin >= 1: continue.
To decrease communication and speed up convergence, we should have an option (default=True) to only update weights when margin constraints have been violated:
e.g.: Line #66 should move up (to Line #63) and
if margin >= 1: continue
.https://github.com/npinto/asgd/blob/master/asgd/naive_asgd.py#L66
The text was updated successfully, but these errors were encountered: