Skip to content

Commit

Permalink
[doc] image_processing_vilt.py wrong default documented (#24931)
Browse files Browse the repository at this point in the history
[doc] image_processing_vilt.py wrong default
  • Loading branch information
stas00 authored Jul 19, 2023
1 parent ee4250a commit 6112b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/vilt/image_processing_vilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def pad(
Args:
images (`List[np.ndarray]`):
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.
return_tensors (`str` or `TensorType`, *optional*):
The type of tensors to return. Can be one of:
Expand Down

0 comments on commit 6112b1c

Please sign in to comment.