-
ghost updated
2 years ago
-
This line should be times rather than plus?
https://github.com/wangtianrui/DCCRN/blob/bcfccf45e2261b9b2fb13093937e6617bbe1e266/model.py#L165
-
JorisCos/DCCRNet_Libri1Mix_enhsignle_16k 这个模型是DCCRN_CL. 它能实时处理音频流嘛
ghost updated
3 years ago
-
Hi guys,
I would like to know what changes do I need to do if I want to train a model with 8khz audio, I tried to change some parameters in the `denoise.c` like this
```
#define BLOCK_SIZE 8000…
-
问题:您好,我看data_loader.py里clean_s在mix前会做一个混响模拟。所以最终学习的目标是混响后的语音吗?这样是否会导致处理后的语音也存在混响呢?还是说本身就是需要保留它的混响。非常感谢
-
你好,我安装了torch==1.6.0和asteroid==0.3.4,我的cuda版本为10.2,但是在运行train.py文件的时候报错:AttributeError: can't set attribute,具体报错如下:
Traceback (most recent call last):
File "/media/li/TOSHIBA EXT/WDCCRN /DCCRN-mast…
-
This project is really helpfull for noobs like me !
I want to make a DCCRN model(on DNS-Challenge official dataset) for class project as the noise cancellation module.
Here's What I've done now.
…
-
## ❓ Questions and Help
### Before asking:
1. search the issues.
2. search the docs.
#### What is your question?
#### Code
#### What have you tried?
-
This project is really helpfull for noobs like me !
I want to make a DCCRN model(on DNS-Challenge official dataset) for class project as the noise cancellation module.
The problem is that the mode…
-
Hi, I'm training DCCRN for denoising by #278
> You can just use DNS-chanllenge's baseline recipe with several modifications.
>
> ```
> def make_model_and_optimizer(conf):
> """Function to …