Ander González Docasal
Ander González Docasal
## Pull Request Form ### Type of Pull Request - [ ] Bulk sentence upload - [x] Related to a listed issue * #3761 - [ ] Other ### Acknowledging...
Hello. I am having an issue when using your code. If I try to resume a training from a checkpoint when having more than one GPU (I am using docker...
Hi I was trying to execute the main program speakerDiarization.py with using a GPU by adding the argument `--gpu 0` to the system call. This results in the `ArgumentParser` object...
**Is your feature request related to a problem? Please describe.** I found that some datasets contain words that are not in the dictionary used for the alignment. In my case,...
Hello again. I found no allophones are being loaded, although marked as default in `__init__` of `PHOIBLE` (`allophone_column='Allophones'`). I checked it in all phonemes: ```python >>> from phones import PhoneCollection...