You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: script.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
// Define settings
4
4
constnumParameters=3;
5
-
constnumLayers=4;
5
+
constnumLayers=6;
6
6
// Size of input and output images in pixels (width and height)
7
-
constimageSize=4;
7
+
constimageSize=8;
8
8
// Number of images to use when training the neural network
9
9
constnumTrainingImages=15;
10
-
constlogData=true;
10
+
constlogData=false;
11
11
12
12
// Automatically generated settings and parameters
13
13
// 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