Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
柏灌 committed Mar 4, 2022
1 parent 0634e38 commit bad3749
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions face_model/gpen_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,7 @@ def forward(
return image, latent

else:
#return image, None
return image
return image, None

class ConvLayer(nn.Sequential):
def __init__(
Expand Down

0 comments on commit bad3749

Please sign in to comment.