CriDora
CriDora
### Question I have read the paper and have some questions. In thisr paper MLS: A LARGE-SCALE MULTILINGUAL DATASET FOR SPEECH RESEARCH, a 36-layers transformer was used to train the...
**Hello! When I executed make -j, I encountered an error:** /mnt/workspace/liuhw/flashlight/flashlight/fl/tensor/backend/af/ArrayFireReductions.cpp: In member function ‘virtual fl::Tensor fl::ArrayFireBackend::std(const fl::Tensor&, const std::vector&, bool)’: /mnt/workspace/liuhw/flashlight/flashlight/fl/tensor/backend/af/ArrayFireReductions.cpp:271:35: error: too many arguments to function ‘T af::stdev(const...
When I write "dataset_list":["train-clean-360", "train-clean-100"] in valle_v2's exp_ar_libritts.json, and then execute "python -m models.tts.valle_v2.libritts_dataset" , the code self.trans_cache["Duration"] of train-clean-360 can be calculated correctly, but it will get stuck when...
app/src/main/assets ├── frontend │ ├── final.ort │ ├── frontend.flags │ ├── g2p_en │ │ ├── README.md │ │ ├── cmudict.dict │ │ ├── model.fst │ │ └── phones.sym │ ├──...
[Help]: The training memory usage of valle_v2 on libritts dataset train-360 and train-100 increases.
Why does the CPU memory usage increase after each training epoch? As a result, I have to stop and resume the checkpoint training after several epochs. Is it because of...
Hello, thanks for your open source. If I use the Uyghur data converted to Latin to train the LLM model, can I directly use the CosyVoice-300M model you provided to...
When running the AR experiment of VALLE_V2, the following error occurred. I have found many solutions on the Internet but none of them worked. Have you encountered this problem before?...