Skip to content

Commit 025eb90

Browse files
Fix GaussianBlur and ElasticTransform links
1 parent efc5460 commit 025eb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/examples/data_drift/MMD_advance.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"source": [
4343
"A more advanced example is shown below, where MMD {cite:p}`JMLR:v13:gretton12a` is applied as a drift detector to the well-known [MNIST](http://yann.lecun.com/exdb/mnist/) image dataset.\n",
4444
"\n",
45-
"The goal is to apply [GaussianBlur](https://pytorch.org/vision/stable/auto_examples/plot_transforms.html#gaussianblur) and [ElasticTransform](https://pytorch.org/vision/stable/auto_examples/plot_transforms.html#elastictransform) transformations to some of the images in order to simulate a drift process at the feature level (data drift) that would likely end up affecting the performance of a machine learning model."
45+
"The goal is to apply [GaussianBlur](https://pytorch.org/vision/stable/generated/torchvision.transforms.GaussianBlur.html#gaussianblur) and [ElasticTransform](https://pytorch.org/vision/0.15/generated/torchvision.transforms.ElasticTransform.html#elastictransform) transformations to some of the images in order to simulate a drift process at the feature level (data drift) that would likely end up affecting the performance of a machine learning model."
4646
],
4747
"metadata": {
4848
"collapsed": false

0 commit comments

Comments
 (0)