Commit
·
2e0651a
1
Parent(s):
9d0a40f
Update README.md
Browse files
README.md
CHANGED
@@ -83,8 +83,7 @@ pip install -e .
|
|
83 |
```
|
84 |
cd recipes/Voicebank/enhance/MetricGAN
|
85 |
python train.py hparams/train.yaml --data_folder=your_data_folder
|
86 |
-
|
87 |
-
https://drive.google.com/drive/folders/1fcVP52gHgoMX9diNN1JxX_My5KaRNZWs?usp=sharing
|
88 |
|
89 |
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1fcVP52gHgoMX9diNN1JxX_My5KaRNZWs?usp=sharing)
|
90 |
|
@@ -115,7 +114,7 @@ title = {SpeechBrain},
|
|
115 |
year = {2021},
|
116 |
publisher = {GitHub},
|
117 |
journal = {GitHub repository},
|
118 |
-
howpublished = {
|
119 |
}
|
120 |
```
|
121 |
|
|
|
83 |
```
|
84 |
cd recipes/Voicebank/enhance/MetricGAN
|
85 |
python train.py hparams/train.yaml --data_folder=your_data_folder
|
86 |
+
```
|
|
|
87 |
|
88 |
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1fcVP52gHgoMX9diNN1JxX_My5KaRNZWs?usp=sharing)
|
89 |
|
|
|
114 |
year = {2021},
|
115 |
publisher = {GitHub},
|
116 |
journal = {GitHub repository},
|
117 |
+
howpublished = {\\url{https://github.com/speechbrain/speechbrain}},
|
118 |
}
|
119 |
```
|
120 |
|