Skip to content

Commit

Permalink
internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 259422906
  • Loading branch information
obachem committed Jul 22, 2019
1 parent e2df8ef commit f7e5351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion disentanglement_lib/evaluation/metrics/factor_vae.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def _compute_variances(ground_truth_data,
eval_batch_size)
representations = np.transpose(representations)
assert representations.shape[0] == batch_size
assert representations.shape[1] == ground_truth_data.num_factors
return np.var(representations, axis=0, ddof=1)


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.1',
version='1.2',
description=('Library for research on disentangled representations.'),
author='DisentanglementLib Authors',
author_email='no-reply@google.com',
Expand Down

0 comments on commit f7e5351

Please sign in to comment.