Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlearning authored Jun 8, 2019
1 parent 5ca2045 commit 7a02ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions architectures/architecture_pggan.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ def __init__(self, sz, nc, use_sigmoid = True, use_pixelnorm = False, use_equali
def forward(self, x, stage):
stage_int = int(stage)
stage_type = (stage == stage_int)
out = x

# Stablization Steps
if(stage_type):
Expand Down

0 comments on commit 7a02ae4

Please sign in to comment.