cublasNotInitialized Error when running class2D

Hi all,

I was trying to run a 2D classification this afternoon and I got the following error. I havent had any trouble over the past week. Any ideas of what would be causing this?

cryosparcw config.sh

export CRYOSPARC_USE_GPU=true
export CRYOSPARC_CUDA_PATH="/usr/local/cuda-10.1"
export CRYOSPARC_DEVELOP=false

Hi @kyestachowski,

One way to get around this issue is to install CUDA 8 on your system, and add the following line to cryosparc2_worker/config.sh:

export LD_LIBRARY_PATH=/usr/local/cuda-8/lib64:$LD_LIBRARY_PATH