colin.catlin

Comparative runtimes of GPU vs CPU showing CPU competitive with GPU in most cases

PyTorch, Tensorflow, and MXNet on GPU in the same environment and GPU vs CPU performance

It has been impossible in the past to get all three of the largest neural network architectures running in the same Python environment in such a way that they don’t conflict and so that they will also train on GPU. The reason I want all the libraries running in the same environment is that AutoTS

PyTorch, Tensorflow, and MXNet on GPU in the same environment and GPU vs CPU performance Read More »

Hydroelectric Power for IOT devices (more fun than practical)

Power, glorious power!That’s what I think when I see the stream raging through the ravine in early spring. I’ve wanted to put a hydroelectric generator in there for ages. There is one problem, there isn’t really enough water flow for enough of the year to do anything. Actually, it’s either dry or frozen solid for

Hydroelectric Power for IOT devices (more fun than practical) Read More »

All the Problems with the M6 Competition (and a few good things)

I was so excited to see the announcement of the M6 forecasting competition. For those who don’t know the M series of competitions (not to be confused with BMW cars) is a long running series of competitions for forecasting time series. It comes from the 1980’s, well predating the modern data science explosion. And this

All the Problems with the M6 Competition (and a few good things) Read More »

Setting up and Optimizing Python for Data Science on Intel, AMD, and ARM (including Apple) Computers

Setting up a Python environment is often a pain. Even worse is that sometimes the environment, once it is finally built, is surprisingly slow because the underlying numeric libraries (BLAS, OneAPI, and so on) are improperly configured. This aims to be a fairly definitive guide to fixing those problems as of early 2022. How much

Setting up and Optimizing Python for Data Science on Intel, AMD, and ARM (including Apple) Computers Read More »