-
Notifications
You must be signed in to change notification settings - Fork 105
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
16G RAM is not enough? #35
Comments
The dataset is pretty large, you may want to subsample the data as an additional preprocessing step and modify the config file to the new input size. Try 256 x 512 or 128 x 256 if 512 x 1024 is too large. |
Hello, thanks for your reply. |
I met the same problem. The computer's memory would gradually increase to full. |
you can delete line dataset = dataset.cache() in data.py to avoid this problem. |
Thanks for your answer. It really helps me. |
Hello, I've been trying to use the code recently, but the current tensorflow 2.x version is not compatible with the 1.x version, I wonder if I can borrow your pytroch version of the code, thanks a lot! |
as title, I use 16G RAM , monitor show my RAM using 100% memory,
Does anyone have the same problem? How many G RAM is enough?
Thanks~
The text was updated successfully, but these errors were encountered: