100%
04.12.2024
Rubén Llorente ... " {
11 endpoint = "https://192.168.3.15:8006/"
12 username = "root@pam"
13 password = "proxmox"
14 insecure = true
15 tmp_dir = "/var/tmp"
16
17 ssh {
18 agent = true
19 }
20
99%
01.06.2024
Rubén Llorente ... : [devuan]
10 donkey:
11 user: root
12 host: donkey.operationalsecurity.es
13 tags: [devuan]
14 zebra:
15 user: root
16 host: zebra.operationalsecurity.es
17 tags: [devuan]
18
19
17%
26.01.2025
this second 2D convolution layer, you have another batch normalization layer followed by a new layer type, MaxPooling2D:
model.add(layers.BatchNormalization())
model.add(layers.MaxPooling2D(pool_size=(2,2
17%
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
17%
01.06.2024
* argv[])
08 {
09 long niter = 1000000000;
10 int myid; //holds process's rank id
11 double x,y; //x,y value for the random coordinate
12 int i;
13
17%
26.01.2025
DiskSizeGB: 47
10 }
11 source: {
12 type: 'PlatformImage'
13 offer: 'windows-ent-cpc'
14 publisher: 'MicrosoftWindowsDesktop'
15 sku: 'win11-22h2-ent-cpc-m365'
16 version
17%
04.12.2024
,
06 "mileage": 15000,
07 "features": ["Sunroof", "Leather seats"]
08 }
09 {
10 "type": "Motorcycle,
11 "brand: "Harley-Davidson,
12 "model": "Iron 883",
13 "year": 2019,
14 "engine
17%
05.08.2024
= [size][size]int {{0},{0},}
08
09 for i := 0; i < size; i++ {
10 for j := 0; j < size; j++ {
11 array[i][j]++
12 }
13 }
14
15
17%
10.06.2024
number 2 using 38.698MW, resulting in a low performance/power ratio of 26.15. In comparison, Frontier at number 1 reached about 1.2 exaflops using 22.78MW, resulting in a performance/power ratio of 52
17%
04.12.2024
can use Kustomize or Helm to install the AWX operator with default settings, as described in the documentation [2]. Operator version 2.12.2 was used for this example.
The main playbook for the AWX 00