pytorch_dlprim icon indicating copy to clipboard operation
pytorch_dlprim copied to clipboard

(pytorch issue) torch.load not implemented

Open zougloub opened this issue 2 years ago • 0 comments

Cause: deserialization code not implemented (serialization.py / default_restore_location()).

Workaround: load model to CPU, and transfer to ocl device.

zougloub avatar Dec 14 '22 16:12 zougloub