Skip to content

Commit

Permalink
fix in identation
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonfaaria committed Aug 11, 2020
1 parent 9300036 commit 42927eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_genSGAN2.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def main():
Gs.copy_vars_from(network)
# Gs.print_layers()
print(' out shape', Gs.output_shape[1:])
if a.size is None:

if a.size is None:
a.size = Gs.output_shape[2:]

z_dim = Gs.input_shape[1]
Expand Down

0 comments on commit 42927eb

Please sign in to comment.