marshal.torch: Marshalling of 'torch' objects

marshal.luz_module_fittedR Documentation

Marshalling of 'torch' objects

Description

Marshalling of 'torch' objects

Usage

## S3 method for class 'luz_module_fitted'
marshal(model, ...)

## S3 method for class 'luz_module_fitted'
marshallable(...)

Arguments

model

A luz_module_fitted object.

...

Not used.

Details

luz::luz_save() is used to produce a marshalled version of the original object. luz::luz_load() is used to reconstruct a version of the original object from the marshalled object.

Value

A marshalled object as described in marshal().


HenrikBengtsson/marshal documentation built on June 11, 2024, 11:35 a.m.