Support the following conventions: per channel, per image and per ensemble
See original GitHub issueper_channel
augmentations: an augmentation that is applied on each audio channel separately
per_image
augmenations: augmentations that are applied on multichannel audio (e,g. swapping the channels, changing the spatial image)
per_ensemble
(or per_batch
?) augmentations: augmentations that are applied to the whole ensemble of sources. E.g. imagine you want to change the energy of the each image but keep the overall mix energy constant or below a certain value
Ref. a comment from @faroit on slack
In my opinion, per channel and per image has the highest priority
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
A Gentle Introduction to Channels-First and Channels-Last ...
In this tutorial, you will discover channel ordering formats, how to prepare and manipulate image data to meet formats, and how to configure...
Read more >Apple Music Style Guide
Note: The “Featuring” and “With” roles should only be used once per artist for each song/album (that is, an artist shouldn't have the...
Read more >ENGL-1A: Practice Final Flashcards - Quizlet
Study with Quizlet and memorize flashcards containing terms like Select the entry that correctly uses MLA style for in-text documentation.
Read more >MLflow Models — MLflow 2.1.0 documentation
An MLflow Model is a standard format for packaging machine learning models that can be used in a variety of downstream tools—for example,...
Read more >App resources overview - Android Developers
Almost every app should provide alternative resources to support specific device configurations. For instance, you should include alternative ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yes, that exactly what I meant.
@iver56 even though five year old can’t code: I make a code example 😉
agree.
yes but I think
per_batch
should be added as well to the list. My number of request would berandom source mixing
where the source axes is shuffled so that the mix stems from other samples, thus remove the alignment. Does that make sense?Transforms now support three modes:
I think the “per ensemble” scenario also fits within this framework