We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi,
I ran into issues when importing CellPose when CUDA is already imported, this gave version issues. It can be solved by adding:
from cellpose.models import Cellpose
to the beginning of the cell where libraries are imported.
Thanks!