From 050fde97af0a79410ac53913b79be69b91c318fd Mon Sep 17 00:00:00 2001 From: Wanming Lin Date: Wed, 18 Sep 2024 14:30:04 +0800 Subject: [PATCH] Format --- lenet/lenet.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lenet/lenet.js b/lenet/lenet.js index 3b4d2d03..c3852509 100644 --- a/lenet/lenet.js +++ b/lenet/lenet.js @@ -95,7 +95,8 @@ export class LeNet { { dataType: 'float32', dimensions: conv2FilterShape, - shape: conv2FilterShape}, + shape: conv2FilterShape, + }, conv2FilterData); byteOffset += sizeOfShape(conv2FilterShape) * Float32Array.BYTES_PER_ELEMENT;