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…
import pyChao
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…
Linux distribution: Arch Linux Symptoms: hp-setup can not detect the p1102w printer when using USB connection. hp-setup can not find the p1102w printer through manual…
Disclaimer: I use the Keras interface from TensorFlow 2.0.0-rc1, so I’m not sure if the content applies to the original Keras library or other versions…
Disclaimer: I only use the GPU version of TensorFlow v2.0.0-rc1, so I don’t know if this works with other versions. When writing the TensorFlow code…
Recently I got a chance to be in a room with a bunch of Ph.D. students and faculties of the mechanical engineering department. Faculties were…