smoothGradConfig property

SmoothGradConfig? smoothGradConfig
final

Config for SmoothGrad approximation of gradients.

When enabled, the gradients are approximated by averaging the gradients from noisy samples in the vicinity of the inputs. Adding noise can help improve the computed gradients. Refer to this paper for more details: https://arxiv.org/pdf/1706.03825.pdf

Implementation

final SmoothGradConfig? smoothGradConfig;