We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce2a97c + 7664b66 commit 76f1d71Copy full SHA for 76f1d71
src/DCGAN/index.js
@@ -92,7 +92,6 @@ class DCGANBase {
92
93
// get the raw data from tensor
94
const raw = await tf.browser.toPixels(imageTensor);
95
-
96
// get the blob from raw
97
const [imgHeight, imgWidth] = imageTensor.shape;
98
const blob = await p5Utils.rawToBlob(raw, imgWidth, imgHeight);
@@ -147,4 +146,4 @@ const DCGAN = (modelPath, cb) => {
147
146
148
}
149
150
-export default DCGAN;
+export default DCGAN;
0 commit comments