Jump to content

is 3080 mobile enough

Mike171
Go to solution Solved by igormp,
12 hours ago, Mike171 said:

I am thinking about learning pytorch for machine learning on images.

is 3080 mobile gpu enough to get the job done?

regard

thanks in advance

Yes, it is, even colab would do well enough for that.

 

10 hours ago, Mike171 said:

RuntimeError: CUDA out of memory. Tried to allocate 1.12 GiB (GPU 0; 8.00 GiB total capacity; 3.76 GiB already allocated; 637.00 MiB free; 4.83 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation.  See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF'

 

nvm, i dont have enough vram

You're probably trying to use a model that's far too big for your vram, while even something like alexnet should do the job since you're just learning.

I am thinking about learning pytorch for machine learning on images.

is 3080 mobile gpu enough to get the job done?

regard

thanks in advance

Link to comment
Share on other sites

Link to post
Share on other sites

RuntimeError: CUDA out of memory. Tried to allocate 1.12 GiB (GPU 0; 8.00 GiB total capacity; 3.76 GiB already allocated; 637.00 MiB free; 4.83 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation.  See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF'

 

nvm, i dont have enough vram

Link to comment
Share on other sites

Link to post
Share on other sites

12 hours ago, Mike171 said:

I am thinking about learning pytorch for machine learning on images.

is 3080 mobile gpu enough to get the job done?

regard

thanks in advance

Yes, it is, even colab would do well enough for that.

 

10 hours ago, Mike171 said:

RuntimeError: CUDA out of memory. Tried to allocate 1.12 GiB (GPU 0; 8.00 GiB total capacity; 3.76 GiB already allocated; 637.00 MiB free; 4.83 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation.  See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF'

 

nvm, i dont have enough vram

You're probably trying to use a model that's far too big for your vram, while even something like alexnet should do the job since you're just learning.

FX6300 @ 4.2GHz | Gigabyte GA-78LMT-USB3 R2 | Hyper 212x | 3x 8GB + 1x 4GB @ 1600MHz | Gigabyte 2060 Super | Corsair CX650M | LG 43UK6520PSA
ASUS X550LN | i5 4210u | 12GB
Lenovo N23 Yoga

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×