time shift
This commit is contained in:
parent
ee40259a8d
commit
1edc10e9f5
|
|
@ -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),
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue