Skip to content

Commit 76f1d71

Browse files
committed
updated dcgan
2 parents ce2a97c + 7664b66 commit 76f1d71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DCGAN/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ class DCGANBase {
9292

9393
// get the raw data from tensor
9494
const raw = await tf.browser.toPixels(imageTensor);
95-
9695
// get the blob from raw
9796
const [imgHeight, imgWidth] = imageTensor.shape;
9897
const blob = await p5Utils.rawToBlob(raw, imgWidth, imgHeight);
@@ -147,4 +146,4 @@ const DCGAN = (modelPath, cb) => {
147146

148147
}
149148

150-
export default DCGAN;
149+
export default DCGAN;

0 commit comments

Comments
 (0)