Conv2dBN Sınıf

Tanım

Convolution ve BN modülü.

public class Conv2dBN : TorchSharp.torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
type Conv2dBN = class
    inherit torch.nn.Module<torch.Tensor, torch.Tensor>
Public Class Conv2dBN
Inherits torch.nn.Module(Of torch.Tensor, torch.Tensor)
Devralma
torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
Conv2dBN

Oluşturucular

Conv2dBN(Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Conv2dBN sınıfının yeni bir örneğini başlatır.

Yöntemler

forward(torch+Tensor)

Convolution ve BN modülü.

Şunlara uygulanır