Skip to content

Commit

Permalink
added missing div in mnist.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Pepeldjiyski committed May 7, 2015
1 parent cc0b2c2 commit 2d71be5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/mnist.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
// ------------------------
</script>
<script src="images-demo.js"></script>

</head>
<body>
<div id="wrap">
Expand Down Expand Up @@ -91,7 +92,6 @@ <h1>Training Stats</h1>
<textarea id="dumpjson"></textarea>
</div>
<div class="secpart">

<div>
Loss:<br />
<canvas id="lossgraph">
Expand All @@ -117,6 +117,7 @@ <h1>Network Visualization</h1>
<div class="divsec">
<h1>Example predictions on Test set</h1>
<div id="testset_acc"></div>
<div id="testset_vis"></div>
</div>

</div>
Expand Down

0 comments on commit 2d71be5

Please sign in to comment.