We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f265eb9 commit 4330f79Copy full SHA for 4330f79
beginner_source/data_loading_tutorial.py
@@ -207,7 +207,7 @@ class Rescale(object):
207
"""Rescale the image in a sample to a given size.
208
209
Args:
210
- output_size (tuple or tuple): Desired output size. If tuple, output is
+ output_size (tuple or int): Desired output size. If tuple, output is
211
matched to output_size. If int, smaller of image edges is matched
212
to output_size keeping aspect ratio the same.
213
"""
0 commit comments