Skip to content

Commit

Permalink
Remove dimensions and the value in output
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelem committed Sep 25, 2024
1 parent f41315d commit 0749764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nnotepad/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ function explain(outputs) {
.map((output) =>
[
'dataType: ' + output.dataType,
'dimensions: ' + Util.stringify(output.shape),
'shape: ' + Util.stringify(output.shape),
'tensor: ' + dumpTensor(output.shape, output.buffer, 8),
].join('\n'),
Expand Down

0 comments on commit 0749764

Please sign in to comment.