Unverified Commit 6112b1c6 authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

[doc] `image_processing_vilt.py` wrong default documented (#24931)

[doc] image_processing_vilt.py wrong default
parent ee4250a3
...@@ -307,7 +307,7 @@ class ViltImageProcessor(BaseImageProcessor): ...@@ -307,7 +307,7 @@ class ViltImageProcessor(BaseImageProcessor):
Args: Args:
images (`List[np.ndarray]`): images (`List[np.ndarray]`):
Batch of images to pad. Batch of images to pad.
return_pixel_mask (`bool`, *optional*, defaults to `False`): return_pixel_mask (`bool`, *optional*, defaults to `True`):
Whether to return the pixel mask. Whether to return the pixel mask.
return_tensors (`str` or `TensorType`, *optional*): return_tensors (`str` or `TensorType`, *optional*):
The type of tensors to return. Can be one of: The type of tensors to return. Can be one of:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment