torch.nn — PyTorch 1.10.1 documentation
pytorch.org › docs › stableA sequential container that holds and manages the original parameter or buffer of a parametrized torch.nn.Module. Utility functions in other modules Quantized Functions Quantization refers to techniques for performing computations and storing tensors at lower bitwidths than floating point precision.
Python Examples of torch.nn.init.orthogonal_
www.programcreek.com › torchPython torch.nn.init.orthogonal_ () Examples The following are 30 code examples for showing how to use torch.nn.init.orthogonal_ () . These examples are extracted from open source projects. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example.
Python Examples of torch.nn.init.uniform_
www.programcreek.com › torchPython torch.nn.init.uniform_ () Examples The following are 30 code examples for showing how to use torch.nn.init.uniform_ () . These examples are extracted from open source projects. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example.