pytorch / 1 / generated / torch.nn.utils.parameters_to_vector.html

torch.nn.utils.parameters_to_vector

torch.nn.utils.parameters_to_vector(parameters) [source]

Convert parameters to one vector

Parameters:

parameters (Iterable[Tensor]) – an iterator of Tensors that are the parameters of a model.

Returns:

The parameters represented by a single vector

Return type:

Tensor

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