-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation Error when using cellpose 3.1.0 on MacOS MPS backend #106
Comments
@sophiamaedler I would limit the cellpose version for now, yes. |
keeping open until issue has been addressed in cellpose and the version restriction can be lifted |
I've also encountered some sporadic issues with cellpose >= 3.0. we should investigate this further and potentially limit cellpose version to <3.0 |
In the current version of cellpose the MPS backend issues have been fixed (all operations on sparse tensors have been moved to the CPU instead of the GPU see MouseLand/cellpose#1063). As soon as a new version of cellpose has been released we can remove the pins for both the cellpose version as well as increase the numpy version pin. |
When trying to segment on macOS with the MPS backend with cellpose version 3.1.0 I encounter the following error:
This issue is known: MouseLand/cellpose#1034
Should we limit the cellpose version to < 3.1.0 until this issue has been addressed @nik-as @namsaraeva?
The text was updated successfully, but these errors were encountered: