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
I am currently working on a docker for interference running on CPU only
When using the model UnetMobV2, I am getting the following error in library/unetmobv2.py model_setup:
RuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch.load with map_location=torch.device('cpu') to map your storages to the CPU.
I already found a solution how to solve the problem and would like to help making the library better :-)
I am currently working on a docker for interference running on CPU only
When using the model UnetMobV2, I am getting the following error in library/unetmobv2.py model_setup:
I already found a solution how to solve the problem and would like to help making the library better :-)
I created a PR :-)
Thanks for your great work!
The text was updated successfully, but these errors were encountered: