Skip to content

hlng2002/cnn-speech-denoising

 
 

Repository files navigation

cnn-speech-denoising

Installation:

pip install docopt numpy h5py
# you also need to install caffe to ~/caffe
cd ~/caffe # go to your caffe directory
mkdir project
cd project
git clone https://github.com/vzhong/cnn-speech-denoising.git

Dataset

This will give you the raw dataset we used, as well as the train/dev splits and sample patches we feed into the convnet.

cd cnn-speech-denoising/dataset
scp -r [email protected]:/scr/vzhong/cnn-speech-denoising/dataset/mfcc .

Training:

# edit run.sh to reflect your configuration
./run.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.2%
  • Python 3.0%
  • MATLAB 1.9%
  • C++ 1.1%
  • Shell 0.9%
  • HTML 0.6%
  • Makefile 0.3%