Viewing a single comment thread. View all comments

CeFurkan OP t1_j7todbc wrote

>denoiser

I need a post-processor for existing recordings. Would that work for that? could give me link?

1

Fit_Schedule5951 t1_j7twyx9 wrote

https://github.com/facebookresearch/denoiser

Use the pretrained model on your recordings

2

CeFurkan OP t1_j7txh8r wrote

thank you so much

i tested with model = pretrained.dns64().cuda()

is this their best pre trained mode?

2