Skip to content

Commit 1a46d07

Browse files
Update gallery/transforms/plot_keypoints_transforms.py
Co-authored-by: Nicolas Hug <[email protected]>
1 parent 3ab6f75 commit 1a46d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gallery/transforms/plot_keypoints_transforms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
plt.rcParams["figure.figsize"] = [10, 5]
2929
plt.rcParams["savefig.bbox"] = "tight"
3030

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!
31+
# if you change the seed, make sure that the transformed output
32+
# still make sense
3333
torch.manual_seed(0)
3434

3535
# If you're trying to run that on Colab, you can download the assets and the

0 commit comments

Comments
 (0)