joLahann / mppn

7 stars 1 forks source link

01_pipeline processing fails to run #2

Closed hapion1 closed 2 years ago

hapion1 commented 2 years ago

Hi, everything is installed as instructed and should work. But notebook 01_pipeline cannot run. here's the screenshot with the error: image

I cannot find any library containing 'CudaCallback'. Where should it be located?

joLahann commented 2 years ago

Hi, The CudaCallback is part of the fastai library.

hapion1 commented 2 years ago

Okay. Because of the NameError it seems like it does not import the 'CudaCallback' function. Any idea how to fix it or what the problem is?

joLahann commented 2 years ago

There is a new fastai release, that changed some functions. I added explicit versions to the used packages in the settings.ini. If you pull the latest updates and rerun python setup.py install it should work now.

hapion1 commented 2 years ago

Yes! Thanks!