Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ok
Browse files Browse the repository at this point in the history
anth2o committed Jul 11, 2019
1 parent 4bf2a02 commit e7bf2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compare_gan/eval_utils.py
Original file line number Diff line number Diff line change
@@ -133,8 +133,8 @@ def get_real_images(dataset,
if real_images.shape[0] != num_examples:
if failure_on_insufficient_examples:
raise tf.errors.OutOfRangeError(
"Not enough examples in the dataset %s: %d / %d" %
(dataset, real_images.shape[0], num_examples))
"Not enough examples in the dataset %s: %d / %d", dataset,
real_images.shape[0], num_examples)
else:
logging.error("Not enough examples in the dataset %s: %d / %d", dataset,
real_images.shape[0], num_examples)

0 comments on commit e7bf2d3

Please sign in to comment.