-
Notifications
You must be signed in to change notification settings - Fork 177
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
Multiple GPUs execution #55
Comments
Hello, Igor! Just created a PR. Could you please test it and confirm if your problem is solved? Best Regard, Mikhail |
Hi Mikhail, Thank you for the quick update. I've tried the code with a dual T4 GPU setup, but unfortunately, only the first GPU is being utilized. Here is the command I used, to which I've just added the --distributed_mode parameter: Best Regards, Igor |
Hello,
I have a system with two GPUs and am running the enhancer in parallel mode. However, I've noticed that the second GPU is not being utilized. Is there anything else I can do to enable execution on both GPUs?
!resemble-enhance --tau 0.48 --nfe 68 --parallel_mode input_folder output_folder
Best Regard,
Igor
The text was updated successfully, but these errors were encountered: