Skip to content

Commit a842404

Browse files
committed
Update IG reference
1 parent 8d50760 commit a842404

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/input_augmentation.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ e.g. `std = 0.1 * (maximum(input) - minimum(input))`.
2222
## Keyword arguments
2323
- `rng::AbstractRNG`: Specify the random number generator that is used to sample noise from the `distribution`.
2424
Defaults to `GLOBAL_RNG`.
25+
- `show_progress:Bool`: Show progress meter while sampling augmentations. Defaults to `true`.
2526
"""
2627
struct NoiseAugmentation{A<:AbstractXAIMethod,D<:Sampleable,R<:AbstractRNG} <:
2728
AbstractXAIMethod
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)