Commit
·
1c9c61a
1
Parent(s):
f8d8ca3
Update README.md
Browse files
README.md
CHANGED
@@ -80,7 +80,7 @@ cd recipes/WSJ0Mix/separation
|
|
80 |
python train.py hparams/sepformer.yaml --data_folder=your_data_folder
|
81 |
```
|
82 |
|
83 |
-
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1cON-eqtKv_NYnJhaE9VjLT_e2ybn-O7u?usp=sharing)
|
84 |
|
85 |
### Limitations
|
86 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
@@ -94,7 +94,7 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
94 |
year = {2021},
|
95 |
publisher = {GitHub},
|
96 |
journal = {GitHub repository},
|
97 |
-
howpublished = {
|
98 |
}
|
99 |
```
|
100 |
|
|
|
80 |
python train.py hparams/sepformer.yaml --data_folder=your_data_folder
|
81 |
```
|
82 |
|
83 |
+
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1cON-eqtKv_NYnJhaE9VjLT_e2ybn-O7u?usp=sharing).
|
84 |
|
85 |
### Limitations
|
86 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
|
|
94 |
year = {2021},
|
95 |
publisher = {GitHub},
|
96 |
journal = {GitHub repository},
|
97 |
+
howpublished = {\url{https://github.com/speechbrain/speechbrain}},
|
98 |
}
|
99 |
```
|
100 |
|