Shortcuts

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.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources