-
Notifications
You must be signed in to change notification settings - Fork 46
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
How about GPU? #7
Comments
Hi, @Airotong , I have encountered a similar situation. Is this problem solved? |
ResourceExhaustedError means you don't have enough GPU memory, you can try to use smaller data shape or upgrade your GPU |
How could I set the data size? I used smaller batch_size, but it lead to the same problem. |
@Airotong You can try this. |
Thank you for your reply! |
I could run these code in my cpu tensorflow, but the training time is quite long. So I downloaded GPU tensorflow and wanted to run model_RGB.py again, but there were many peoblems. The most biggest problem is ResourceExhaustedError:OMM when allocating tensor with shape[3000,4000].
I want to know if these codes just for CPU? And we cannot simply apply them to GPU environment?
Thank you for your reply! I am new to video description.
The text was updated successfully, but these errors were encountered: