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 trained a model at AWS, saved it, but when I try to load it on my personal computer I get the following error:
~\AppData\Roaming\Python\Python37\site-packages\sdv\tabular\base.py in load(cls, path)
559 with open(path, 'rb') as f:
--> 560 return pickle.load(f)
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 can load models trained on my computer, and on AWS I can also load this model.
The text was updated successfully, but these errors were encountered:
I trained a model at AWS, saved it, but when I try to load it on my personal computer I get the following error:
I can load models trained on my computer, and on AWS I can also load this model.
The text was updated successfully, but these errors were encountered: