* Drop support for discrete F0 embedding (reserved in ONNX exporter)
* Drop support for `interp_uv` configuration key
* Drop support for `train_set_name` and `valid_set_name` configuration keys
* Drop support for linear domain of random time stretching augmentation
* Drop support for `num_pad_tokens` configuration key
* Drop support for code backup before training
* Drop support for `ffn_padding` configuration key
* Drop support for random seeding
* Add placeholder to load old checkpoint
* Remove duplicate txt_embed layer (resuming may raise errors)
* Remove migration script and error message for transcriptions.txt
* Remove seed from batch shuffling
* Use direct access on some hparam keys
* Fix duplicate keys in YAML
* Rename `pndm_speedup` to `diff_speedup`
* Added WORLD pitch estimators
i also removed hardcoded F0 ranges because what the heck is that 800 Hz max pitch in parselmouth that is way too low
* Update README.md
okay maybe don't add ur own flare in the readme if u actually want to create a pull req
* Apply dtype change
i saw it in the parselmouth thing might as well put it in to make sure
* Update pw.py
oops
* fix dtype mismatch
for some reason pyworld only likes float64?
* add f0 range as a hyperparameter
why isn't it a hyperparameter in the first place
* move pad_frames to pw
i think world is p accurate with the frames stuff but it's just to ensure
* change padding algorithm
it's just to be similar to the parselmouth one.. it makes sense to not center the F0 after all
* remove duplicate line
yeah
* Remove DIO, change default range, add docs
* Add notice for F0 range
* More metadata when binarize
* Picklable AttrDict
* Support other notion of 'sizes'
* Better strategy getter, Ds TB logger, and eval batch sampler.
* Add title to plots and specify figsize
* Unify batch sampler and bug fixes
* Batch and multi-device validation
* Fix imports
* Fix deadlock under multigpu and resume from ckpt
* Remove unnecessary if in base_dataset
* Move build loss to finish init and ft to build model
* Prevent repeated valid item
* Remove optimizer_idx to support lightning 2.1
* Warning message fix
* Fix val error when aux is off
* Rename fields in metadata and add doc
* Adjust respective duration logging for each speaker
* val persisent worker, module list ordering, update doc
---------
Co-authored-by: yqzhishen <yangqian_1015@icloud.com>
* fix some
* support freeze model params
* support freeze model params
* support freeze model params
* Rename parameter and add docs
---------
Co-authored-by: autumn <2>
Co-authored-by: yqzhishen <yangqian_1015@icloud.com>