Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Honry committed Sep 18, 2024
1 parent b83bed6 commit 050fde9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lenet/lenet.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ export class LeNet {
{
dataType: 'float32',
dimensions: conv2FilterShape,
shape: conv2FilterShape},
shape: conv2FilterShape,
},
conv2FilterData);
byteOffset +=
sizeOfShape(conv2FilterShape) * Float32Array.BYTES_PER_ELEMENT;
Expand Down

0 comments on commit 050fde9

Please sign in to comment.