Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Mar 31, 2021
1 parent 5275562 commit 1892db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion big_sleep/big_sleep.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def __init__(
"min": []
}
# create img transform
self.clip_transform = create_clip_img_transform(perceptor.input_resolution.item())
self.clip_transform = create_clip_img_transform(224)
# create starting encoding
self.set_clip_encoding(text=text, img=img, encoding=encoding, text_min=text_min)

Expand Down
2 changes: 1 addition & 1 deletion big_sleep/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.2'
__version__ = '0.8.0'

0 comments on commit 1892db5

Please sign in to comment.