Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienDebia authored May 27, 2017
1 parent 1f4ea91 commit 56ed5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf_cnnvis/tf_cnnvis.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def _get_visualization(graph_or_path, value_feed_dict, input_tensor, layers, pat

def _visualization_by_layer_type(graph, value_feed_dict, input_tensor, layer_type, method, path_logdir, path_outdir):
"""
Generate filter visullization from the layers which are of type layer_type
Generate filter visualization from the layers which are of type layer_type
:param graph:
TF graph
Expand Down Expand Up @@ -206,7 +206,7 @@ def _visualization_by_layer_type(graph, value_feed_dict, input_tensor, layer_typ

def _visualization_by_layer_name(graph, value_feed_dict, input_tensor, layer_name, method, path_logdir, path_outdir):
"""
Generate and store filter visullization from the layer which has the name layer_name
Generate and store filter visualization from the layer which has the name layer_name
:param graph:
TF graph
Expand Down

0 comments on commit 56ed5db

Please sign in to comment.