Update README.md
Browse filesFreeze sb version as we have
README.md
CHANGED
@@ -45,10 +45,7 @@ The system is trained with dialogue from MultiWOZ corpus.
|
|
45 |
First of all, please install SpeechBrain with the following command:
|
46 |
|
47 |
```
|
48 |
-
|
49 |
-
cd speechbrain
|
50 |
-
pip install -r requirements.txt
|
51 |
-
pip install -e .
|
52 |
```
|
53 |
|
54 |
Please notice that we encourage you to read our tutorials and learn more about
|
@@ -83,6 +80,7 @@ To train it from scratch follows these steps:
|
|
83 |
|
84 |
```bash
|
85 |
git clone https://github.com/speechbrain/speechbrain/
|
|
|
86 |
```
|
87 |
|
88 |
2. Install it:
|
|
|
45 |
First of all, please install SpeechBrain with the following command:
|
46 |
|
47 |
```
|
48 |
+
pip install speechbrain==1.0.2
|
|
|
|
|
|
|
49 |
```
|
50 |
|
51 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
80 |
|
81 |
```bash
|
82 |
git clone https://github.com/speechbrain/speechbrain/
|
83 |
+
git checkout d9fb58f5693311ae2715dae3208e0fafaaf04a81
|
84 |
```
|
85 |
|
86 |
2. Install it:
|