Spaces:
Runtime error
Runtime error
Commit
·
bd6cc93
1
Parent(s):
1b93a29
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,9 @@ This is a repo that implements web interface for DEMUCS model proposed in [Real
|
|
12 |
The model was trained from scratch in Pytorch. The proposed model is based on an encoder-decoder architecture with skip-connections. It is optimized on both time and frequency domains, using multiple loss functions.
|
13 |
You can record your voice in noisy conditions and get denoised version using DEMUCS model. There is also Spectral Gating denoiser as baseline.
|
14 |
|
|
|
|
|
|
|
15 |
# Running
|
16 |
Without docker:
|
17 |
|
@@ -64,6 +67,8 @@ For tracking experiments local server of [Weights & Biases](https://wandb.ai/sit
|
|
64 |
| double_sr| Train with double sample rate| Small improvement |
|
65 |
|replicate paper | Lower learning rate and fix bug in dataloader | Massive improvement! |
|
66 |
|
|
|
|
|
67 |

|
68 |
|
69 |
|
|
|
12 |
The model was trained from scratch in Pytorch. The proposed model is based on an encoder-decoder architecture with skip-connections. It is optimized on both time and frequency domains, using multiple loss functions.
|
13 |
You can record your voice in noisy conditions and get denoised version using DEMUCS model. There is also Spectral Gating denoiser as baseline.
|
14 |
|
15 |
+
<center><img src="https://th.bing.com/th/id/OIP.JuP5GDiGXTGkVR-x7Ov0bgHaF8?w=233&h=186&c=7&r=0&o=5&dpr=2&pid=1.7" >
|
16 |
+
</center>
|
17 |
+
|
18 |
# Running
|
19 |
Without docker:
|
20 |
|
|
|
67 |
| double_sr| Train with double sample rate| Small improvement |
|
68 |
|replicate paper | Lower learning rate and fix bug in dataloader | Massive improvement! |
|
69 |
|
70 |
+
|
71 |
+
|
72 |

|
73 |
|
74 |
|