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

How much GPU memory required for SegNet basic version #5

Closed
Crefeda opened this issue Dec 2, 2015 · 1 comment
Closed

How much GPU memory required for SegNet basic version #5

Crefeda opened this issue Dec 2, 2015 · 1 comment

Comments

@Crefeda
Copy link

Crefeda commented Dec 2, 2015

Hi I wanted to know how much GPU memory is required for SegNet basic version as I want to know how to fix the batch size.

@alexgkendall
Copy link
Owner

You would probably need a GPU with 2GB of memory as absolute minimum. Memory use depends on:

  1. model size
  2. batch size
  3. image size
    So you can tweak these three things to fit on whatever hardware you have available.

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