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
Hi @AyushSomani001, I think this is likely because you have a numpy installation or a PIL installation that is not compatible with your local PyTorch installation.
The code from the Notebook (notebooks/image_predictor_example.ipynb) works fine in Google Collab:
But, when I'm trying to run in the server (NVIDIA A100-SXM4-40GB; CUDA Version: 12.5), there's a image processing issue.
I did check the version and passing implicitly with numpy.array(), especially numpy versions are the same. I'm not sure why the issue persist!
The text was updated successfully, but these errors were encountered: