Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Jaunet committed Aug 22, 2019
1 parent 53514fd commit a839438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function reportWindowSize() {
bars_init(tool[0], tool[1], tool[2]);
update_bars(tool[0], tdata.probabilities[start]);

ve_init_rows(tool[0], tdata.hiddens, tool[2], tool[1], tdata.mask, -1);
ve_init_rows(tool[0], tdata.hiddens, 811, tool[1], tdata.mask, -1);

drawModel(tool[0], tool[2]);
show_sel(start);
Expand Down

0 comments on commit a839438

Please sign in to comment.