Sdílet prostřednictvím


Conv2dBN Třída

Definice

Modul Konvoluce a 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)
Dědičnost
torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
Conv2dBN

Konstruktory

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

Inicializuje novou instanci Conv2dBN třídy .

Metody

forward(torch+Tensor)

Modul Konvoluce a BN.

Platí pro