diku-dk / bfast

GPU Implementation for BFAST
GNU General Public License v3.0
37 stars 17 forks source link

Error in normal terminal and Google colab with Get Started example #47

Open DanielaFe7-personal opened 2 years ago

DanielaFe7-personal commented 2 years ago

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. image

image

Please, I will love some help, thanks.

mortvest commented 2 years ago

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?