DPTNet
DPTNet copied to clipboard
how to set the training learning rate?
datasets
Hello, could you share the LS_2mix datasets to me?
Thanks for sharing your codes. I'm wondering if this enc_dim is 64 (as in your paper) or 256 (as in the code page https://github.com/ujscjj/DPTNet/blob/master/dpt_net.py).
I implemented DPTNet using shi's code. But I got 2.8M model size. how can i reduce model size to 2.69M?
Hi and thank you for sharing the DPTNet code. I've added a training script that you will recognize from: https://github.com/ShiZiqiang/dual-path-RNNs-DPRNNs-based-speech-separation The `solver.py` is basically copy-pasted from that repo, as well...
question
Hi, have you been planning to share the entire code recently?
Hi, I am curious about the importance of the proposed improved Transformer layer compared to the standard one (w/o the positional encoding). But I couldn't find the related information [in...
Can this encoder directly process 3 to 4 minutes of audio tensor and get global features?