Skip to content

PoKoHA/Speech_Enhancement-DCCRN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCCRN: Deep Complex Convolution Recurrent Network

- Network

arch

DCUNet 와 비슷한 형태로 다른 점은 가운데 Bridge 부분에 Complex LSTM이 있다. 또한 STFT을 Conv1d, ISTFT을 ConvTranspose1d 을 사용하였다.

- Module

module

Real과 Imag 을 Stack(or Concat)으로 뭉쳐서 Conv(or Batch, ConvTranspose) 실행 할 때 다시 chunk(or Slicing)으로 풀어 실행

Complex Multiplication 식과 동일하게 수행

- Loss

loss

- Mask Type

d

Reference

code: https://github.com/stdKonjac

code: https://github.com/seorim0/DCCRN-with-various-loss-functions

DCUnet code

About

DCCRN: Deep Complex Convolution Recurrent Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages