Skip to content

Commit

Permalink
Resolve typo in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Mar 12, 2019
1 parent eb578a3 commit 59cd816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/training_guideline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
"ax1.imshow(img, cmap='gray')\n",
"ax2.set_title('Prediction with the trained model')\n",
"ax2.imshow(img_seg,cmap='gray')\n",
"plt.show() i"
"plt.show()"
]
},
{
Expand All @@ -385,7 +385,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.0"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 59cd816

Please sign in to comment.