Shortcuts

Typedef torch::nn::Conv2dOptions

Typedef Documentation

using torch::nn::Conv2dOptions = ConvOptions<2>

ConvOptions specialized for the Conv2d module.

Example:

Conv2d model(Conv2dOptions(3, 2, 3).stride(1).bias(false));

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