cloudViewer.t.io.write_npz#
- cloudViewer.t.io.write_npz(filename, tensor_map)#
Write a dict[str, Tensor] to a numpy .npz file.
- Parameters:
filename (str) – Path to file.
tensor_map (collections.abc.Mapping[str, cloudViewer.core.Tensor]) –
- Returns:
None