Random commands – moving an existing WordPress Multisite to Digital Ocean WordPress Droplet with a Managed Database

Published on

One of my early retirement projects was moving my WordPress server off of a 2012 Mac Mini at MacStadium. First I emailed them to ask if they had any more recent but not M2 machines available, no response on that (yet) from sales so I ended up stetting on Digital Ocean with a WordPress Droplet … Continue reading Random commands – moving an existing WordPress Multisite to Digital Ocean WordPress Droplet with a Managed Database

Sagemaker/Blazing text error ‘cudaMalloc((void **) &(gpuPointers_.cuInput), inputSize) == cudaSuccess’

Published on

Today I ran into a random error trying with hyperpermitter tuning for Blazingtext on Sagemaker. blazingtext2: src/gpu.cu:400: void blazingtext::BlazingText::initGPU(): Assertion ‘cudaMalloc((void **) &(gpuPointers_.cuInput), inputSize) == cudaSuccess’ failed. Thank to this post I learned the random error was a resource problem. 5 gigs of hard drive was not enough. Part of my code: bt_model = sagemaker.estimator.Estimator(container,role, … Continue reading Sagemaker/Blazing text error ‘cudaMalloc((void **) &(gpuPointers_.cuInput), inputSize) == cudaSuccess’