26%
26.11.2013
(e.target.result));
18 };
19 };
20 };
21 }
Line 1 stores a key (truncated in the listing) for encrypting and decrypting application data in the variable encRawKey
as a hexadecimal numerical sequence. The enc
26%
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
26%
26.01.2025
version isn't even 3.x. I haven't tested the code with Keras 3.x yet, so your mileage may vary if you go that route.
CIFAR-10
The model and dataset I use is CIFAR-10 [6]. It is a very common dataset
26%
10.04.2015
]
20 }
21 ]
22 }
23 ]
24 }
The script that performs the rsync operation, sync.sh, will look like Listing 3. Your script might be more complex (e.g., by adding some sort
26%
22.12.2017
~ /.well-known {
13 allow all;
14 }
15
16 location / {
17 rewrite ^/(.*)$ https://www.linux-magazin.de/$1 permanent;
18 rewrite ^/$ https://www.linux-magazin.de/ permanent;
19 }
20 }
21
22
26%
09.10.2017
:
addresses:
- address: 10.126.22.9
type: InternalIP
- address: 10.126.22.9
type: Hostname
allocatable:
alpha.kubernetes.io/nvidia-gpu: "0"
cpu: "20"
memory: 144310716Ki
pods: "28
26%
10.04.2015
Tomcat 7 (JBoss EWS 2.0) web
21 jboss-vertx-2.1 (!) Vert.x 2.1 web
22 jboss-wildfly-8 (!) WildFly Application Server 8.2.0.Final web
23 diy-0
26%
07.10.2014
, you should see the client config file ssh_config, which I'll get to a little later. If you've just installed the SSH server and want to be sure that it's listening, you can use the command
lsof -i :22
26%
05.08.2024
fd9255658c128086395d3fa0aedd5a41ab6b034fd649d1a9260
testuser@laytonjb-MINI-S:~$ podman run -it alpine /bin/sh
/ # cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.20.2
PRETTY
26%
30.01.2020
VPCFrontNet:
14 Type: AWS::EC2::Subnet
15 Properties:
16 CidrBlock:
17 Ref: VPCSubnetFront
18 MapPublicIpOnLaunch: true
19 VpcId:
20 Ref: FortiVPC
21
22 Forti