Skip to content

Commit

Permalink
support matplotlib 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
彭冲 authored and waleedka committed Nov 17, 2017
1 parent c068325 commit 957ab32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspect_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@
],
"source": [
"# Input image (normalized)\n",
"_ = plt.imshow(activations[\"input_image\"][0])"
"_ = plt.imshow(modellib.unmold_image(activations[\"input_image\"][0],config))"
]
},
{
Expand Down

0 comments on commit 957ab32

Please sign in to comment.