time shift

This commit is contained in:
shahules786 2022-10-26 12:01:19 +05:30
parent ee40259a8d
commit 1edc10e9f5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def main(config: DictConfig):
parameters = config.hyperparameters
apply_augmentations = Compose(
[
Shift(min_shift=0.0, max_shift=1.0, shift_unit="seconds", p=0.5),
Shift(min_shift=0.5, max_shift=1.0, shift_unit="seconds", p=0.5),
]
)