Udostępnij za pośrednictwem


Conv2dBN Klasa

Definicja

Moduł Convolution i BN.

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)
Dziedziczenie
torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
Conv2dBN

Konstruktory

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

Inicjuje nowe wystąpienie klasy Conv2dBN.

Metody

forward(torch+Tensor)

Moduł Convolution i BN.

Dotyczy