-
Notifications
You must be signed in to change notification settings - Fork 445
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
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.
I modified the model.py script in egs/dns-challenge/baseline according to #278, but I have several questions that confused
- In function distance(), where does the "F" come from?
- how can I change the channels of DCCRN? I saw there's a "_dccrn_architectures.py " seems like a config of DCRNN under asteroid/masknn, but I didn't find where it is called in model architecture.
- Do we only have DCCRN-CL as the architecture to use? is that because DCCRN-CL is better than the "DCCRN - E/R/C"?
So basically I just modified the model.py scripy and dataset folder in baseline/conf.yml. Will that be enough? My English is not good, maybe I missed something? or could you guys just give me an example.(I will train on the official DNS dataset) Thank you for your help!
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested