torch_load {torch} | R Documentation |
Loads a saved object
Description
Loads a saved object
Usage
torch_load(path, device = "cpu")
Arguments
path |
a path to the saved object |
device |
a device to load tensors to. By default we load to the |
See Also
Other torch_save:
torch_save()
,
torch_serialize()
[Package torch version 0.13.0 Index]