We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09f09b commit 3d23d8bCopy full SHA for 3d23d8b
src/input_augmentation.jl
@@ -52,7 +52,7 @@ function call_analyzer(input, aug::NoiseAugmentation, ns::AbstractOutputSelector
52
output_indices = ns(output)
53
output_selector = AugmentationSelector(output_indices)
54
55
- p = Progress(aug.n; desc="Sampling NoiseAugmentation...", showspeed=aug.show_progress)
+ p = Progress(aug.n; desc="Sampling NoiseAugmentation...", enabled=aug.show_progress)
56
57
# First augmentation
58
noisy_input = similar(input)
0 commit comments