v0.1.0a2
What's Changed
- ci: fail CI if everyvoice -h imports shared_types, that is slow by @joanise in #369
- docs: minor typo correction in Contributing.md by @MENGZHEGENG in #378
- Improve handling of inputs by @roedoejet in #348
- Better handle universal_checkpoint and Everyvoice vocoder by @SamuelLarkin in #373
- chore: submodule udpate by @SamuelLarkin in #390
- feat: getting rid of all intermediate logs_and_checkpoints/ & preprocessed/ during unittests by @SamuelLarkin in #380
- feat: clean up cached preprocessed audio after unittests by @SamuelLarkin in #386
- Change long tensors to integer tensors where possible by @roedoejet in #383
- fix: our test*.py are not executable, let's not pretend they are by @joanise in #393
- chore: submodule update by @SamuelLarkin in #394
- docs: add a PR template by @joanise in #391
- ci: validate that schemas are up to date by @joanise in #389
- chore: update submodule wav2vec2aligner by @joanise in #397
- chore: submodule update by @SamuelLarkin in #398
- fix(ci): update pip before installing dependencies by @joanise in #399
- fix: save processed audio in wav instead of pt by @MENGZHEGENG in #382
- fix: make-everyvoice-env warns on CUDA mismatch but continue by @joanise in #403
- ci: fix and revamp how we publish documentation with mike by @joanise in #402
- chore: submodule update by @SamuelLarkin in #405
- feat(text): apply global cleaners to symbol sets by @roedoejet in #408
- docs: recommendations for doing multi-repo PRs by @joanise in #410
- fix: lock protobuf to a version compatible with tensorboard by @joanise in #423
- feat!: when preprocessing, everyvoice forces equal length time and f… by @roedoejet in #421
- Remove old HiFiGAN code by @roedoejet in #426
- docs: update submodules to add the PR template there too by @joanise in #428
- perf: Optimize the CLI by completely avoiding Pydantic imports from
everyvoice -h
. by @joanise in #429 - Refactor functions only required by config/utils under config by @joanise in #432
- chore: update submodule by @roedoejet in #431
- test: make sure a ckpt has no objects, only basic structures by @joanise in #434
- Vocoder matching by @roedoejet in #427
- Add Praat TextGrid as possible synthesis output by @roedoejet in #436
- Dev.ap/demo gradio by @roedoejet in #442
- chore: update submodule by @roedoejet in #445
- Dev.ap/update reqs by @roedoejet in #447
- feat: save and check a config lock for everyvoice preprocess by @joanise in #440
- remove resampling question from wizard by @joanise in #459
- Wizard checks if wav files are found, warns, and gives recovery option by @joanise in #454
- Fixes vocoder step bug in demo by @wiitt in #458
- feat: allow validation after N training steps by @SamuelLarkin in #461
- perf: speed up g2p processing by caching the results by @joanise in #464
- Add a data permission question to the new-project wizard by @joanise in #462
- Dev.ej/466 sample wavs by @joanise in #471
- feat: help smooth out losses' value on resume by @SamuelLarkin in #473
- Dev.vg/448 demo lang speak opt by @wiitt in #475
- Fix(CI): updated WizardTest to handle new email-validator error message by @SamuelLarkin in #480
- Fixing everyvoice.tests.test_utls by @SamuelLarkin in #479
- Add data attestation as a requirement by @roedoejet in #481
- fix: test_no_permissions() should leave a logs_and_checkpoints/ by @SamuelLarkin in #487
- docs: add ethics section, remove poorly rendered documentation sections by @roedoejet in #486
New Contributors
Full Changelog: v0.1.0a0.dev0...v0.1.0a2