Skip to content

Commit

Permalink
Update evaluate_unet_reference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adler-j authored Sep 11, 2018
1 parent 54b909f commit 64901e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ellipses/evaluate_unet_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def apply_conv(x, filters=32):
feed_dict={x_true: x_true_arr_validate,
x_0: x_arr_validate,
is_training: False})
raise Exception

import matplotlib.pyplot as plt
from skimage.measure import compare_ssim as ssim
Expand All @@ -108,4 +107,4 @@ def apply_conv(x, filters=32):
path = name
space.element(x_result_result[..., 0]).show(clim=[0, 1], saveto='{}/x'.format(path))
space.element(x_result_result[..., 0]).show(clim=[0.1, 0.4], saveto='{}/x_windowed'.format(path))
plt.close('all')
plt.close('all')

0 comments on commit 64901e8

Please sign in to comment.