Skip to content

Commit

Permalink
print more shapes rolux#2
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhakovanton committed Jul 20, 2020
1 parent a5923fe commit 4f8d0b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projector.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def set_network(self, Gs, minibatch_size=1):
print('dlatents_noise shape', dlatents_noise.shape)
print('dlatents_var shape', self._dlatents_var.shape)
self._dlatents_expr = self._dlatents_var + dlatents_noise
print('_dlatents_expr computed')
self._images_expr = self._Gs.components.synthesis.get_output_for(self._dlatents_expr, randomize_noise=False)

# Downsample image to 256x256 if it's larger than that. VGG was built for 224x224 images.
Expand Down

0 comments on commit 4f8d0b3

Please sign in to comment.