From fb38c8e2d7f64c3841123c03480781c95bef9d6f Mon Sep 17 00:00:00 2001
From: "Linke, Julian" <linke@tugraz.at>
Date: Fri, 4 Aug 2023 14:33:07 +0200
Subject: [PATCH] Update file README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b08173b..91e9815 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ Here is a short overview of the stages:
 - ```stage=2```: 
   - counts frequencies of used codebook entries per speaker
   - if VERBOSE is true this stage also generates log-files
-  - **if you need to extract features with a CPU, set ```device = torch.device('cpu')``` in the script ```local/codebook_freqs.py``` (default is ```device = torch.device('cuda')```)**
+  - **if you need to extract features with a CPU, in the script ```local/codebook_freqs.py``` set ```device = torch.device('cpu')``` (default is ```device = torch.device('cuda')```)**
   - resulting files are stored in ```exp_*/logs/```, ```exp_*/numpy/``` and```exp_*/txt/```
 - ```stage=3```: 
   - prepares and stores a similarty matrix in the folder ```exp_*/numpy/```
-- 
GitLab