PyTorch implementation of Hourglass-shaped Convolutional Recurrent Network (HCRN) described in our paper "Towards Modeling Auditory Restoration in Noisy Environments"
Pytorch=0.4.1
resampy
soundfile
pysepq
librosa
pystoi
lera
Use the scripts in preprocess to process the WSJ, ESC-50 and Audioset datasets. Please modify the dataset paths in the scripts.
For training: python3 Train.py
For testing: python3 Test.py
Please modify specify processed dataset paths in config.yaml.
If you have any questions, please feel free to contact me at [email protected]
If you find this repo helpful, please consider citing:
@inproceedings{huang2021towards,
title={Towards Modeling Auditory Restoration in Noisy Environments},
author={Huang, Yating and Hao, Yunzhe and Xu, Jiaming and Xu, Bo},
booktitle={In Proceedings of the 33th International Joint Conference on Neural Network (IJCNN)},
year={2021},
organization={IEEE}
}