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 ... # A single task is defined, which by default will
20 # run only against "devuan" hosts.
21 tasks:
22 upgradeall:
23 desc: Upgrade all packages
24 target:
25 tags: [devuan]
26 cmd: |
27
40%
06.05.2024
various components, ranging from the small Cluster HAT, to a small Raspberry Pi cluster, to an eight-node x86 stack. In my previous home I had three 20A circuits installed for clusters, I really like great
38%
04.12.2024
Attaching an iSCSI Device
$ uname -a
Linux DANSBOX 6.8.0-35-generic #35-Ubuntu SMP PREEMPT_DYNAMIC Mon May 20 15:51:52 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE ... The iSCSI protocol lets you access block storage across a network connection. We show you how to connect a Debian 12 system with a Synology storage device over iSCSI.
33%
01.06.2024
is 20x because only 95 percent of the algorithm can execute in parallel (compute the fraction 1/20 from that 5% number). That limitation led to a search for embarrassingly parallel
algorithms
32%
04.12.2024
now sports a small FPC ribbon connector exposing a single-lane PCIe 2.0 bus. NVM Express (NVMe) [2] drives connect to the PCIe bus via an M.2 [3] adapter – in this case, to the new M.2 HAT+ released
31%
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
31%
05.08.2024
relative to the base container, ubuntu
, changed significantly just by adding in the GCC compiler.
Listing 5: Build Process
$ podman build -t ubuntu-dev -f Dockerfile .
STEP 1/2: FROM ubuntu
STEP 2/2: RUN
31%
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
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