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

Unet: why the program requires a lot of RAM #5

Open
TruongKhang opened this issue Oct 24, 2019 · 1 comment
Open

Unet: why the program requires a lot of RAM #5

TruongKhang opened this issue Oct 24, 2019 · 1 comment

Comments

@TruongKhang
Copy link

Hello,

I am trying to run your source code with the image size 458 x 458 x 3. However, the RAM is required a lot, it is consumed up to 43 GB. Is there any problem here?

Best,
Khang Truong.

@Hsankesara
Copy link
Owner

Hsankesara commented Dec 17, 2019

Hey @TruongKhang,

Sorry for this super late reply. I was engaged in some of my university stuff and missed the issue altogether. I think it requires memory because of the size of the image and the batch size you're using. Try to decrease it if you want it to take lesser memory. Also, you can use images of smaller dimensions or removing a few-layer can help.

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

2 participants