mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00
Remove duplicate docstring: resample (#38305)
Duplicate of the line above.
This commit is contained in:
parent
e0aad278fe
commit
dffb118013
@ -213,8 +213,6 @@ class DPTImageProcessor(BaseImageProcessor):
|
|||||||
resample (`PILImageResampling`, *optional*, defaults to `PILImageResampling.BICUBIC`):
|
resample (`PILImageResampling`, *optional*, defaults to `PILImageResampling.BICUBIC`):
|
||||||
Defines the resampling filter to use if resizing the image. Otherwise, the image is resized to size
|
Defines the resampling filter to use if resizing the image. Otherwise, the image is resized to size
|
||||||
specified in `size`.
|
specified in `size`.
|
||||||
resample (`PILImageResampling`, *optional*, defaults to `PILImageResampling.BICUBIC`):
|
|
||||||
Resampling filter to use when resiizing the image.
|
|
||||||
data_format (`str` or `ChannelDimension`, *optional*):
|
data_format (`str` or `ChannelDimension`, *optional*):
|
||||||
The channel dimension format of the image. If not provided, it will be the same as the input image.
|
The channel dimension format of the image. If not provided, it will be the same as the input image.
|
||||||
input_data_format (`str` or `ChannelDimension`, *optional*):
|
input_data_format (`str` or `ChannelDimension`, *optional*):
|
||||||
|
Loading…
Reference in New Issue
Block a user