Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NormanTUD committed Sep 23, 2024
1 parent dde1b21 commit a70c09c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asanai.js
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,6 @@ class asanAI {
var _x = layerX - _ww / 2;
var _y = neuronY - _hh / 2;
ctx.putImageData(imageData, _x, _y, 0, 0, _ww, _hh);

} else {
var _ww = Math.min(meta_info["kernel_size_x"] * 3, verticalSpacing - 2);
var _hh = Math.min(meta_info["kernel_size_y"] * 3, verticalSpacing - 2);
Expand Down

0 comments on commit a70c09c

Please sign in to comment.