Skip to content

Commit 21d2dbd

Browse files
Commit
1 parent 6c4bdc8 commit 21d2dbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
// Define settings
44
const numParameters = 3;
5-
const numLayers = 4;
5+
const numLayers = 6;
66
// Size of input and output images in pixels (width and height)
7-
const imageSize = 4;
7+
const imageSize = 8;
88
// Number of images to use when training the neural network
99
const numTrainingImages = 15;
10-
const logData = true;
10+
const logData = false;
1111

1212
// Automatically generated settings and parameters
1313
// Volume of image data, calculated by squaring imageSize to find the area of the image (total number of pixels) and multiplying by three for each color channel (RGB)

0 commit comments

Comments
 (0)