W3cubDocs

/PyTorch 2.9

torch.nn.utils.vector_to_parameters

torch.nn.utils.vector_to_parameters(vec, parameters) [source]

Copy slices of a vector into an iterable of parameters.

Parameters
  • vec (Tensor) – a single vector representing the parameters of a model.
  • parameters (Iterable[Tensor]) – an iterable of Tensors that are the parameters of a model.

© 2025, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://docs.pytorch.org/docs/2.9/generated/torch.nn.utils.vector_to_parameters.html