Unverified Commit 21e402fa authored by Ernie Chu's avatar Ernie Chu Committed by GitHub
Browse files

fix-VaeImageProcessor-docstring (#5182)

```
do_binarize (`bool`, *optional*, defaults to `True`)
|
v
do_binarize (`bool`, *optional*, defaults to `False`)
```
parent 4a06c745
...@@ -48,7 +48,7 @@ class VaeImageProcessor(ConfigMixin): ...@@ -48,7 +48,7 @@ class VaeImageProcessor(ConfigMixin):
Resampling filter to use when resizing the image. Resampling filter to use when resizing the image.
do_normalize (`bool`, *optional*, defaults to `True`): do_normalize (`bool`, *optional*, defaults to `True`):
Whether to normalize the image to [-1,1]. Whether to normalize the image to [-1,1].
do_binarize (`bool`, *optional*, defaults to `True`): do_binarize (`bool`, *optional*, defaults to `False`):
Whether to binarize the image to 0/1. Whether to binarize the image to 0/1.
do_convert_rgb (`bool`, *optional*, defaults to be `False`): do_convert_rgb (`bool`, *optional*, defaults to be `False`):
Whether to convert the images to RGB format. Whether to convert the images to RGB format.
......
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