Learn R Programming

torch (version 0.1.0)

torch_save: Saves an object to a disk file.

Description

This function is experimental, don't use for long term storage.

Usage

torch_save(obj, path, ...)

Arguments

obj

the saved object

path

a connection or the name of the file to save.

...

not currently used.

See Also

Other torch_save: torch_load()