Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
falaktheoptimist authored Apr 13, 2017
1 parent 52b3298 commit 9b12ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_cnnvis/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def parse_tensors_dict(graph, layer_name, value_feed_dict):

# check for limit on number of feature maps
if not config["FORCE_COMPUTE"] and tensor_shape[-1] > config["MAX_FEATUREMAP"]:
print("Skipping. Too many featuremap. May cause memory errors.")
print("Skipping. Too many featuremaps. May cause memory errors.")
return None

# creating feed_dict and find input tensors
Expand Down

0 comments on commit 9b12ba1

Please sign in to comment.