Compartilhar via


FPN Classe

Definição

A camada 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))
Herança
torch.nn.Module<List<TorchSharp.torch.Tensor>,List<TorchSharp.torch.Tensor>>
FPN

Construtores

FPN(List<Int32>, Int32, Int32)

Inicializa uma nova instância da classe FPN.

Métodos

forward(List<torch.Tensor>)

A camada FPN (Feature Pyramid Networks).

Aplica-se a