Skip to content

Commit

Permalink
Porting JS demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
jetpaccomputer committed Jul 17, 2014
1 parent 39271f7 commit d679daa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ <h2 class="demo-title">Demo of Deep Belief in Javascript in the Browser</h2>
toggleWebcam();
});
g_video = $('#live').get(0);
var networkUrl = 'networks/jetpac.ntwk'
var networkUrl = 'networks/jetpac_untransposed.ntwk'
g_network = new Network(networkUrl, onNetworkLoad, {progress: onNetworkProgress});
}
}, 0));
Expand Down
Binary file added networks/jetpac_untransposed.ntwk
Binary file not shown.

0 comments on commit d679daa

Please sign in to comment.