ErrLookup › CorentinJ/Real-Time-Voice-Cloning
CorentinJ/Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time · Python · 59 source files
Analyzed at 890f3a0318 on 2026-08-15. 14 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Both increase only and decrease only are set | validation | error | audio, validation, arguments, preprocessing |
| Can't create RandomCycler from an empty collection | exception | error | data, training, encoder, preprocessing |
| No speakers found. Make sure you are pointing to the directo | exception | critical | data, training, encoder, paths, preprocessing |
| Model was not loaded. Call load_model() before inference. | exception | error | encoder, inference, model-loading, state |
| No visdom server detected. Run the command \"visdom\" in you | exception | warning | visualization, visdom, training, network, startup |
| Package 'webrtcvad' not found. This package enables noise re | exception | error | dependencies, preprocessing, webrtcvad, environment |
| `hparams.synthesis_batch_size` must be evenly divisible by n | validation | error | gpu, multi-gpu, synthesizer, hparams, training |
| `batch_size` must be evenly divisible by n_gpus! | validation | error | gpu, multi-gpu, synthesizer, hparams, training |
| Unknown cleaner: %s | exception | error | synthesizer, text, hparams, configuration |
| No encoder models found in %s | exception | critical | toolbox, model-loading, paths, encoder, startup |
| No synthesizer models found in %s | exception | critical | toolbox, model-loading, paths, synthesizer, startup |
| Unsupported wave file format | validation | error | audio, dtype, logmmse, noise-reduction |
| Please load Wave-RNN in memory before using it | exception | error | vocoder, inference, model-loading, state |
| Unknown model mode value - | exception | error | vocoder, hparams, model-loading, inference |