torch.serialization.Saveable
export type Saveable = Tensor | Record<string, Tensor>;Values
TensorRecord<string, Tensor>
Data that can be saved: a Tensor or a state dict (record of tensors)
export type Saveable = Tensor | Record<string, Tensor>;TensorRecord<string, Tensor>Data that can be saved: a Tensor or a state dict (record of tensors)