Shortcuts

Typedef torch::nn::InstanceNorm1dOptions

Typedef Documentation

using torch::nn::InstanceNorm1dOptions = InstanceNormOptions

Options for the InstanceNorm1d module.

Example:

InstanceNorm1d
model(InstanceNorm1dOptions(4).eps(0.5).momentum(0.1).affine(false).track_running_stats(true));

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