Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Dec 7, 2023
1 parent 268521a commit 7ac38b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self,
ch //= 2

self.up_transpose_conv.append(
TransposeConvBlock(ch * 2, ch, use_tanh, use_layer_norm))
TransposeConvBlock(ch * 2, ch, use_tanh, use_layer_norm, size))
size = int(size * 2)
self.up_conv.append(
nn.Sequential(
Expand Down

0 comments on commit 7ac38b1

Please sign in to comment.