bfast
bfast copied to clipboard
Error in normal terminal and Google colab with Get Started example
Hi,
I just installed the BFAST package.
But it does not work neither in my PC or in Google colab. Both present different errors.
Also both fail in the :
model.fit(data, dates, n_chunks=5, nan_value=-32768)
function. So the dataset and crop_data_dates() funtion works well.


Please, I will love some help, thanks.
Hi,
It sounds like you are having trouble initializing your GPU environments in both cases.
Picture 1: I am assuming this is your own PC. What GPU do you have on your machine? Have you installed OpenCL?
Picture 2: I am assuming this is Google Collab. Looks like pyopencl fails to detect a GPU. Have you enabled GPU in your notebook? Could this help?