Skip to content

Commit

Permalink
Update conv_filter_visualization.py (keras-team#13032)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsagar authored and farizrahman4u committed Jul 7, 2019
1 parent 0fc33fe commit b78e3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/conv_filter_visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def _generate_filter_image(input_img,
if loss_value <= K.epsilon():
return None

# Calulate upscaled dimension
# Calculate upscaled dimension
intermediate_dim = tuple(
int(x / (upscaling_factor ** up)) for x in output_dim)
# Upscale
Expand Down

0 comments on commit b78e3ff

Please sign in to comment.