Warning messages: cfg80211: Loading compiled-in X.509 certificates for regulatory database cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’ platform regulatory.0 Direct firmware load for regulatory.db failed with…
import pyChao
(Please correct me if my understanding is incorrect.) Today I checked the log of my system and noticed this line of warning. random: lvm: uninitialized…
Ever since I posted these two posts (here and here) of using ProtonMail Bridge on a headless WordPress/Linux server, ProtonMail Bridge has somehow changed a…
To be clear: This is for Arch Linux. No idea about Windows. It only works if the noise comes from a loosened/shaking fan. It works…
I recently read a Reddit post asking whether Intel Optane SSD can be used for swap space in Linux. I didn’t really care about the…
I got a great deal of Dell XPS 13 7390 on Black Friday this year. It’s a regular 7390, not the 2-in-1 model. Still, it’s…
Summary: This post showcases a workaround to optimize a tf.keras.Model model with a TensorFlow-based L-BFGS optimizer from TensorFlow Probability. The complete code can be found…
tf.keras.callbacks.EarlyStopping is used to terminate a training if a monitored quantity satisfies some criterion. For example, in the following code snippet, the training will stop…
I wrote this blog post to remind myself of something. When evaluating the order of convergence of numerical simulation results, we either use infinity norm…
Note: The content in this post was done with the GPU version of TensorFlow 2.0. I need float64 for my models. However, not until recently I…