Skip to content

Commit

Permalink
docs: add space
Browse files Browse the repository at this point in the history
Co-authored-by: Han Xiao <artex.xh@gmail.com>
  • Loading branch information
azayz and hanxiao committed Oct 26, 2021
1 parent c28b953 commit 22e14e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/celeba.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def data_gen():
for d in from_files('/Users/jina/Downloads/img_align_celeba/*.jpg', size=100, to_dataturi=True):
d.convert_image_uri_to_blob()
d.normalize_image_blob()
d.resize_image_blob(width=224,height=224) #: no need of this line if you are using pytorch/paddle
d.resize_image_blob(width=224, height=224) #: no need of this line if you are using pytorch/paddle
d.set_image_blob_channel_axis(-1, 0) #: no need of this line if you are using tf/keras
yield d
```
Expand Down

0 comments on commit 22e14e2

Please sign in to comment.