FPN Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Couche 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))
- Héritage
Constructeurs
FPN(List<Int32>, Int32, Int32) |
Initialise une nouvelle instance de la classe FPN. |
Méthodes
forward(List<torch.Tensor>) |
Couche FPN (Feature Pyramid Networks). |