Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echocatzh/MTFAA-Net
Multi-Scale Temporal Frequency Convolutional Network With Axial Attention for Speech Enhancement
https://github.com/echocatzh/MTFAA-Net
acoustic-echo-cancellation dns-challenge speech-enhancement
Last synced: 30 days ago
JSON representation
Multi-Scale Temporal Frequency Convolutional Network With Axial Attention for Speech Enhancement
- Host: GitHub
- URL: https://github.com/echocatzh/MTFAA-Net
- Owner: echocatzh
- License: mit
- Created: 2022-05-05T11:00:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T08:58:45.000Z (about 2 years ago)
- Last Synced: 2024-08-05T06:03:25.237Z (5 months ago)
- Topics: acoustic-echo-cancellation, dns-challenge, speech-enhancement
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 183
- Watchers: 7
- Forks: 54
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# MTFAA-Net
Unofficial PyTorch implementation of Baidu's MTFAA-Net: "[Multi-Scale Temporal Frequency Convolutional Network With Axial Attention for Speech Enhancement](https://ieeexplore.ieee.org/document/9746610)".
## some whls
```shell
# under your python env.
pip install einops
pip install spafe
```## some bugs?
Implementation details may not be consistent with the paper, and any comments are welcome ([email protected])