Below you will find pages that utilize the taxonomy term “Howto”
July 3, 2021
How to quickly insert a figure in LyX
I will show one of the user-defined commands that I use in Lyx, a \(\LaTeX\) frontend, to quickly insert figures with captions.
December 19, 2020
How to handle python job cancelation in Slurm job manager
This post discusses usage of the signal
Python package to process signals
that Slurm sends to inform the running job that the time is expiring.
July 31, 2020
Saving state for tf.function-decorated functions
When you decorate a function with `tf.function` decorator, sometimes you need to keep state between invocations of this function.
March 12, 2020
Hyperopt Basics
This is an introduction to using Hyperopt library. I will use mostly terminology of machine learning (ML) as this library appeared in the ML community.