Loads in memory an "EQRN" object that has previously been saved on disc using EQRN_save().
Usage
EQRN_load(path, name = NULL, device = default_device(), ...)Arguments
- path
Path to the save location as a string.
- name
String name of the save. If
NULL(default), assumes the save name has been given implicitly in thepath.- device
(optional) A
torch::torch_device(). Defaults todefault_device().- ...
DEPRECATED. Used for back-compatibility.