Centered frames and online preprocessing.#52
Open
copybara-service[bot] wants to merge 1 commit intomainfrom
Open
Centered frames and online preprocessing.#52copybara-service[bot] wants to merge 1 commit intomainfrom
copybara-service[bot] wants to merge 1 commit intomainfrom
Conversation
* Function for centering and uncentering frames * Preprocesser to calculate centered F0 and power online. * `pad_end` options to compute_power and compute_loudness, preserving default behavior but allowing turning off of end padding. * Processor to remove center padding from synthesis output. * vst.gin config for training with centered inputs and outputs. * Refactor scaling functions in preprocessing. PiperOrigin-RevId: 393703944
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Centered frames and online preprocessing.
pad_endoptions to compute_power and compute_loudness, preserving default behavior but allowing turning off of end padding.