Skip to content

Official Implementation of "Inference and Denoise: Causal Inference-based Neural Speech Enhancement"

License

Notifications You must be signed in to change notification settings

aleXiehta/Causal-SE

Repository files navigation

Inference and Denoise: Causal Inference-based Neural Speech Enhancement

This is the official implementation of "Inference and Denoise: Causal Inference-based Neural Speech Enhancement".
We are updating our code and additional supplementary material and soon. Thank you.

Requirements

  • pytorch 1.12.1
  • pytorch_lightning 1.7.5
  • SOTA SE models (slightly modified to fit the usage of CISE) are credited to:

Usage

To train and inference, please run

python main.py \
  --save_path <path/to/checkpoint/and/tensorboard/> \
  --output_dir <path/to/prediction> \
  --use_pretrained \
  --batch_size 8 \
  --hop_length 320

About

Official Implementation of "Inference and Denoise: Causal Inference-based Neural Speech Enhancement"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages