Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi GPU support with weight regularization #29

Open
look4pritam opened this issue Jan 26, 2019 · 0 comments
Open

Multi GPU support with weight regularization #29

look4pritam opened this issue Jan 26, 2019 · 0 comments

Comments

@look4pritam
Copy link

TensorFlow implementation of multi GPU treats weight regularization differently.

It computes partial losses and gradients on each GPU and then combines it on master CPU. It is similar to keras multi GPU.

In TensorFlow, weight regularization is not applied but each GPU. Master CPU computes weight regularization and add it final loss and gradients.

How this is implemented in keras multi GPU?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant