DeepFilterNet
DeepFilterNet copied to clipboard
Setting gpu
Is there any way that we set another gpu like cuda:1?
from df.enhance import enhance, init_df, load_audio, save_audio
model, df_state, _ = init_df()
import os os.environ["CUDA_VISIBLE_DEVICES"]="1"
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.