Compartir a través de


FPN Clase

Definición

Capa FPN (Feature Pyramid Networks).

public class FPN : TorchSharp.torch.nn.Module<System.Collections.Generic.List<TorchSharp.torch.Tensor>,System.Collections.Generic.List<TorchSharp.torch.Tensor>>
type FPN = class
    inherit torch.nn.Module<List<torch.Tensor>, List<torch.Tensor>>
Public Class FPN
Inherits torch.nn.Module(Of List(Of torch.Tensor), List(Of torch.Tensor))
Herencia
torch.nn.Module<List<TorchSharp.torch.Tensor>,List<TorchSharp.torch.Tensor>>
FPN

Constructores

FPN(List<Int32>, Int32, Int32)

Inicializa una nueva instancia de la clase FPN.

Métodos

Dispose(Boolean)

Capa FPN (Feature Pyramid Networks).

forward(List<torch.Tensor>)

Capa FPN (Feature Pyramid Networks).

Se aplica a