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
Thanks @samholtzen - this too is a consequence of the torchvision pin, which also then requires numpy<2. This will be solved by #17 - thanks for reporting!
Tried using cellSAM by running the following:
with the most recent version of Numpy and it gave me the error:
TypeError: expected np.ndarray (got numpy.ndarray)
When I rolled back the version to numpy==1.23.5, I was able to run the code block.
The text was updated successfully, but these errors were encountered: