-
Notifications
You must be signed in to change notification settings - Fork 131
Support MultiGPU training? #4
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
Comments
The multigpu part is buggy. No guarantee it will work. Are you interested
in contributing?
…On Thu, Oct 26, 2017 at 6:00 AM 804609 ***@***.***> wrote:
Hi,
Does your codes support multiGPU training?
It seems there is no any responses.
Create generator for train set
Found 3775 images belonging to 3 classes.
Create generator for val set
Found 501 images belonging to 3 classes.
Start model training on the last dense layer only
Epoch 1/1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA1XS4KeRIS1DwPT0Im04PrTZWRfpJYvks5swFhLgaJpZM4QHTy5>
.
|
@804609 |
Hi, Lishen: Create generator for train set I traced the code but cann't found the reason. |
@zccoder |
Not clear to me. I have already made multi gpu work in private repo. But
it’s somewhat unstable at the moment.
Would you post more details of your implementation? Thanks!
…On Fri, Nov 3, 2017 at 5:52 AM 804609 ***@***.***> wrote:
@zccoder <https://github.com/zccoder>
Lishen's paper has that information.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA1XS2h91T_aCQwT-p_dGWC1kJc2VSIwks5syuJYgaJpZM4QHTy5>
.
|
@804609 |
@lishen ,
|
@804609 , Your code doesn't make use of the new I found the Keras' new function work but sometimes it blows up GPU with an "resource exhausted" error even though the same code ran successfully before. I'm not sure what was the reason. |
@lishen , Your code seems passing wrong class or generator to the fit_generator()? |
Hi,
Does your codes support multiGPU training?
It seems there is no any responses.
Create generator for train set
Found 3775 images belonging to 3 classes.
Create generator for val set
Found 501 images belonging to 3 classes.
Start model training on the last dense layer only
Epoch 1/1
The text was updated successfully, but these errors were encountered: