Skip to content

Commit

Permalink
internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 259306543
  • Loading branch information
obachem committed Jul 22, 2019
1 parent ad704d2 commit e2df8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions disentanglement_lib/visualize/visualize_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ def _decoder(latent_vectors):
gfile.MakeDirs(results_dir)
for i in range(means.shape[1]):
pics = activation(
latent_traversal_1d_multi_dim(_decoder, means[i, :], None,
num_latent))
latent_traversal_1d_multi_dim(_decoder, means[i, :], None))
file_name = os.path.join(results_dir, "traversals{}.jpg".format(i))
visualize_util.grid_save_images([pics], file_name)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='disentanglement_lib',
version='1.0',
version='1.1',
description=('Library for research on disentangled representations.'),
author='DisentanglementLib Authors',
author_email='no-reply@google.com',
Expand Down

0 comments on commit e2df8ef

Please sign in to comment.