srcn-ivl / UPR-Net

Official implementation of our CVPR2023 paper "A Unified Pyramid Recurrent Network for Video Frame Interpolation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is the recommended specs?

tngh5004 opened this issue · comments

Hello, I am a ajou univ graduate student, interested in optical flow.
really thanks for revealing your code.

And i read your README for running the demo code, and followed the step intently.
but I received this error message,
"RuntimeError: Unable to find a valid cuDNN algorithm to run convolution"
(i was double check my conda enviorment cudatoolkit version is 10.2, and others too)
I googled it and they say it's my graphics card specs.

but i have RTX 4080 and 32gb ram pc, isn't it enough?

for reference, my enviorment is WSL 2 with ubuntu 22.04, cuda 12.2 with cudnn 8.92.
would i have to change the cuda version in WSL 2?

Hi, thanks for your interest in our work. RTX 4080 and 32gb ram is enough to run our code.

We developed and run our code only with Linux, and have not verfied the running environment with WSL2. Therefore, I cannot give exact answer to your question.

Could you try again with Linux based on our README?