次の方法で共有


FPN クラス

定義

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))
継承
torch.nn.Module<List<TorchSharp.torch.Tensor>,List<TorchSharp.torch.Tensor>>
FPN

コンストラクター

FPN(List<Int32>, Int32, Int32)

FPN クラスの新しいインスタンスを初期化します。

メソッド

forward(List<torch.Tensor>)

FPN (Feature Pyramid Networks) レイヤー。

適用対象