Skip to content
Snippets Groups Projects
Commit fb38c8e2 authored by Linke, Julian's avatar Linke, Julian
Browse files

Update file README.md

parent 4c757830
Branches
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ Here is a short overview of the stages: ...@@ -96,7 +96,7 @@ Here is a short overview of the stages:
- ```stage=2```: - ```stage=2```:
- counts frequencies of used codebook entries per speaker - counts frequencies of used codebook entries per speaker
- if VERBOSE is true this stage also generates log-files - 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/``` - resulting files are stored in ```exp_*/logs/```, ```exp_*/numpy/``` and```exp_*/txt/```
- ```stage=3```: - ```stage=3```:
- prepares and stores a similarty matrix in the folder ```exp_*/numpy/``` - prepares and stores a similarty matrix in the folder ```exp_*/numpy/```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment