Shokoufehhh
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -43,6 +43,17 @@ This repository contains the official PyTorch implementations for the papers:
|
|
43 |
|
44 |
Audio examples and supplementary materials are available on our [SGMSE project page](https://www.inf.uni-hamburg.de/en/inst/ab/sp/publications/sgmse) and [EARS project page](https://sp-uhh.github.io/ears_dataset/).
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
## Follow-up work
|
47 |
|
48 |
Please also check out our follow-up work with code available:
|
|
|
43 |
|
44 |
Audio examples and supplementary materials are available on our [SGMSE project page](https://www.inf.uni-hamburg.de/en/inst/ab/sp/publications/sgmse) and [EARS project page](https://sp-uhh.github.io/ears_dataset/).
|
45 |
|
46 |
+
## Key Files
|
47 |
+
|
48 |
+
The following files are essential for this model:
|
49 |
+
|
50 |
+
- `model.py`: Defines the model architecture and training processes.
|
51 |
+
- `train.py`: Script for training the model.
|
52 |
+
- `enhancement.py`: Used for evaluating and enhancing audio files.
|
53 |
+
- `requirements.txt`: Lists the necessary dependencies.
|
54 |
+
- `calc_metrics.py`: Script for calculating evaluation metrics.
|
55 |
+
|
56 |
+
|
57 |
## Follow-up work
|
58 |
|
59 |
Please also check out our follow-up work with code available:
|