smoothGradConfig property

GoogleCloudAiplatformV1SmoothGradConfig? smoothGradConfig
getter/setter pair

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

GoogleCloudAiplatformV1SmoothGradConfig? smoothGradConfig;