Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Mar 13, 2021
1 parent 9435bcb commit 2626c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deep_daze/deep_daze.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def __init__(
self.filename = self.image_output_path()

# create coding to optimize for
self.clip_img_transform = create_clip_img_transform(perceptor.input_resolution.item())
self.clip_img_transform = create_clip_img_transform(224)
self.clip_encoding = self.create_clip_encoding(text=text, img=img, encoding=clip_encoding)

self.start_image = None
Expand Down
2 changes: 1 addition & 1 deletion deep_daze/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.1'
__version__ = '0.7.2'

0 comments on commit 2626c91

Please sign in to comment.