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

GPU/CPU argument #629

Open
ioanniskazlaris opened this issue Feb 15, 2025 · 1 comment
Open

GPU/CPU argument #629

ioanniskazlaris opened this issue Feb 15, 2025 · 1 comment

Comments

@ioanniskazlaris
Copy link

When using Python directly to run enhance.py:

!python3 "path/enhance.py" -m DeepFilterNet3 "noisy.wav" -o "denoised.wav"

is there an argument that informs Python to use the GPU instead of the CPU or vice versa?

@glory03023
Copy link

Did you have a look at the config.ini file in model.zip file?
There are device key in [train] section.
You can adjust this param, since it uses jit load mechanism.

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