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

"CUDA out of memory" on RTX3090 #33

Open
aKijia opened this issue May 12, 2021 · 3 comments
Open

"CUDA out of memory" on RTX3090 #33

aKijia opened this issue May 12, 2021 · 3 comments

Comments

@aKijia
Copy link

aKijia commented May 12, 2021

Hello,

got this error while tried to interpolate 1 hour 24FPS 576p video into 48FPS closer to its end (83101 frame of 95203)

RuntimeError: CUDA out of memory. Tried to allocate 1.14 GiB (GPU 0; 24.00 GiB total capacity; 439.51 MiB already allocated; 21.30 GiB free; 632.00 MiB reserved in total by PyTorch)

After I restarted system and deleted last interpolated frames i got this

RuntimeError: CUDA out of memory. Tried to allocate 8.66 GiB (GPU 0; 24.00 GiB total capacity; 144.61 MiB already allocated; 13.53 GiB free; 8.39 GiB reserved in total by PyTorch)

Have no idea why all this free memory can't be used here.

r7 5800x, 32GB@4000MHz, RTX3090

@bropines
Copy link

bropines commented Jun 7, 2021

I also got this error. Probably python can't take more memory from the graphics card. Waiting for the fix

@Khipucamayoc
Copy link

Hi! If you could share how you managed to make it run with the RTX 3090 I would be most grateful!
I am getting so many errors I don't know where to start fixing them...

I am using:

Ubuntu 20.04
PyTorch 1.9 & Anaconda
env python=3.8
CUDA 11.1 RTX 3090

I changed the PyTorch as recommended to my env name in ./build.sh but still does not work...

I have even changed the compiler arguments (https://github.com/baowenbo/DAIN/files/7402642/compiler_args.txt) as recommended but nothing...

Thanks!

@bropines
Copy link

bropines commented Nov 4, 2021

Привет! Если бы вы могли поделиться, как вам удалось заставить его работать с RTX 3090, я был бы очень благодарен! У меня так много ошибок, что я не знаю, с чего начать их исправлять ...

Я использую:

Ubuntu 20.04 PyTorch 1.9 и Anaconda env python = 3.8 CUDA 11.1 RTX 3090

Я изменил PyTorch, как рекомендовано для моего имени env в ./build.sh, но все еще не работает ...

Я даже изменил аргументы компилятора ( https://github.com/baowenbo/DAIN/files/7402642/compiler_args.txt ), как рекомендовано, но ничего ...

Спасибо!

Maybe use FlowFrames.This is a program with a built-in dain.

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

3 participants