Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Dec 6, 2023
1 parent a84d5fa commit c788d62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def __init__(self,

if use_layer_norm:
norm_layer = nn.LayerNorm
norm_layer = nn.InstanceNorm2d
else:
norm_layer = nn.InstanceNorm2d
if use_tanh:
Expand Down

0 comments on commit c788d62

Please sign in to comment.