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 3ab6f75 commit 1a46d07Copy full SHA for 1a46d07
gallery/transforms/plot_keypoints_transforms.py
@@ -28,8 +28,8 @@
28
plt.rcParams["figure.figsize"] = [10, 5]
29
plt.rcParams["savefig.bbox"] = "tight"
30
31
-# if you change the seed, make sure that the randomly-applied transforms
32
-# properly show that the image can be both transformed and *not* transformed!
+# if you change the seed, make sure that the transformed output
+# still make sense
33
torch.manual_seed(0)
34
35
# If you're trying to run that on Colab, you can download the assets and the
0 commit comments