Skip to content

Commit

Permalink
added reference.png diagnostic output
Browse files Browse the repository at this point in the history
In addition to training inputs, also now outputs an image
showing the ground truth.
  • Loading branch information
dribnet committed Oct 8, 2016
1 parent b94c9af commit 0852d4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model.py
Expand Up @@ -105,6 +105,8 @@ def train(self, config):
sample_images = np.array(sample).astype(np.float32)
sample_input_images = np.array(sample_inputs).astype(np.float32)

save_images(sample_images, [8, 8], './samples/reference.png')

counter = 1
start_time = time.time()

Expand Down

0 comments on commit 0852d4b

Please sign in to comment.