次の方法で共有


RetinaHead クラス

定義

RetinaNet の頭。

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

コンストラクター

RetinaHead(Int32, Int32, Int32, Int32, Int32)

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

メソッド

forward(List<torch.Tensor>)

RetinaNet の頭。

適用対象