You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2D inference works well but I get an error when using 3D inference (with or without the zarr storage activated). Predictions step was done, and it seems to be at the end of the label preparation step
Please find here the error log empanada_error.txt
I compared my linux install which is working with:
- "empanada-dl"==0.1.4
- "empanada-napari"==0.2.0
- numba==0.55.2
but my windows install was crashing with :
- "empanada-dl"==0.1.5
- "empanada-napari"==0.2.1
- numba==0.56
so on windows , I tested a brand new conda env, pip install manually
- "empanada-dl"==0.1.4
- "empanada-napari"==0.2.0
- numba==0.55.2
and it's working (in CPU mode and GPU)!
I hope this describes enough the issue ...
Thank you for your help,
Cheers,
Romain
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. I noticed this bug myself yesterday. It's Windows specific, the newest release of empanada worked fine when I tested on Mac and Linux.
Numba is weird sometimes, it turns out this simple change fixed the bug in my testing. Update with pip install empanada-dl==0.1.6 and that ought to work.
Hi @Team,
I created a conda env using the empanada_gpu.yml (Win11)file :
2D inference works well but I get an error when using 3D inference (with or without the zarr storage activated). Predictions step was done, and it seems to be at the end of the label preparation step
Please find here the error log empanada_error.txt
And here the exported conda env
I compared my linux install which is working with:
- "empanada-dl"==0.1.4
- "empanada-napari"==0.2.0
- numba==0.55.2
but my windows install was crashing with :
- "empanada-dl"==0.1.5
- "empanada-napari"==0.2.1
- numba==0.56
so on windows , I tested a brand new conda env, pip install manually
- "empanada-dl"==0.1.4
- "empanada-napari"==0.2.0
- numba==0.55.2
and it's working (in CPU mode and GPU)!
I hope this describes enough the issue ...
Thank you for your help,
Cheers,
Romain
The text was updated successfully, but these errors were encountered: