Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Feb 17, 2023
1 parent 2138e97 commit b567f8e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion imagen_pytorch/imagen_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,6 @@ def __init__(
self,
*,
dim,
image_embed_dim = 1024,
text_embed_dim = get_encoded_dim(DEFAULT_T5_NAME),
num_resnet_blocks = 1,
cond_dim = None,
Expand Down
1 change: 0 additions & 1 deletion imagen_pytorch/imagen_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,6 @@ def __init__(
self,
*,
dim,
image_embed_dim = 1024,
text_embed_dim = get_encoded_dim(DEFAULT_T5_NAME),
num_resnet_blocks = 1,
cond_dim = None,
Expand Down
2 changes: 1 addition & 1 deletion imagen_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.22.1'
__version__ = '1.22.2'

0 comments on commit b567f8e

Please sign in to comment.