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

Can BasicVSR++ Inference a video with multi-GPUs ? #25

Open
PatrickFitzgeraldt opened this issue Jan 28, 2023 · 2 comments
Open

Can BasicVSR++ Inference a video with multi-GPUs ? #25

PatrickFitzgeraldt opened this issue Jan 28, 2023 · 2 comments

Comments

@PatrickFitzgeraldt
Copy link

First of all, thanks for your great work. BasicVSR++ is the best denoising model I could find.
I have a workstation with 4 3090, but when I tried to run the code on my own machine. I noticed that there is only one GPU was working.
Will BasicVSR++ support Inferenceing a video with multi-GPUs?
thank you.

@CarlGao4
Copy link

CarlGao4 commented Jan 29, 2023

I'm currently writing a new demo with optimized memory use. I'll try to add multi-GPU support if possible.
You can view it at https://github.com/CarlGao4/BasicVSR_PlusPlus/blob/master/demo/restoration_large_video_demo.py

@PatrickFitzgeraldt
Copy link
Author

I'm currently writing a new demo with optimized memory use. I'll try to add multi-GPU support if possible. You can view it at https://github.com/CarlGao4/BasicVSR_PlusPlus/blob/master/demo/restoration_large_video_demo.py

Maybe you can try 🤗 Accelerate ,this might help you add multi-GPU support .

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