Samuel Larkin
Samuel Larkin
Hi, I'm trying to replace some regex, more specifically, adding space around a certain token. ``` normalizers.Replace(Regex(r"(AA+"), r" $1 "), ``` What is the syntax to do that.
Hi, I'm trying out the new Sockeye-3.0.4 and I'm getting the following error ``` Traceback (most recent call last): File "/gpfs/projects/DT/mtp/WMT20/opt/miniconda3/envs/sockeye-3.0.4/bin/sockeye-train", line 8, in sys.exit(main()) File "/gpfs/projects/DT/mtp/WMT20/opt/miniconda3/envs/sockeye-3.0.4/lib/python3.8/site-packages/sockeye/train_pt.py", line 848, in...
Hi, I got the following error message trying `python train.py --help` ```bash Traceback (most recent call last): File "../train.py", line 16, in from meldataset import MelDataset, mel_spectrogram, get_dataset_filelist File "/gpfs/fs1/nrc/ict/others/u/sam037/tts/hifi-gan.git/meldataset.py",...
# Type of Pull Request - [X ] Other This PR adds some fields to change the clips audio format. Namely, it adds `CV_TRANSCODE_AUDIO_CODEC`, `CV_TRANSCODE_FORMAT` & `CV_TRANSCODE_SAMPLE_RATE` which can be...
**Debugging checklist** [X ] Have you updated to latest MFA version? **Describe the issue** Following the instructions [Getting Started](https://montreal-forced-aligner.readthedocs.io/en/latest/getting_started.html) to install MFA under Ubuntu 22.04, it fails because `libffi.so.8` is...
Hi, I'm trying to use `mfa` to align my own data as part of a preparation step for [FastSpeech2](https://github.com/ming024/FastSpeech2). I've generated lab files for each of my wav files. Now...
Hi, I've updated from 1.7.0 to 1.9.0 and I now getting an error when trying to translate. ``` marian-decoder \ --input=test-dedup/source \ --devices=0 \ --num-devices=1 \ --models=model/model.npz \ --vocabs vocab.iu.json...
Hi all, I'm trying to use a custom infoRenderer but even using defaultInfoRenderer in my html fails. ``` Results window.addEventListener('DOMContentLoaded', function() { var link = document.createElement('link'); link.rel = "import"; //link.href...
Hi, I have a use case where I need two tmux servers. I would start the second server by `tmux -L CentOs7 new -s myjob`. The issue I'm having is...
Hi, I'm trying to train `FastSpeech2` on my own data but I'm getting. ```bash Traceback (most recent call last): File "../../code/FastSpeech2.git/model/modules.py", line 121, in forward x = x + pitch_embedding...