ScanOptions
21 {
22 Device = device,
23 PaperSource = PaperSource.Feeder,
24 PageSize = PageSize.
A4,
25 Dpi = 300
26 };
27
28 var images = new List
31%
03.12.2024
, MaxPooling
2D
:
model.add(layers.BatchNormalization())
model.add(layers.MaxPooling2D(pool_size=(2,2)))
A max pooling layer has a pool size, 2x2 in this case, that is used to scan the entire input image (left