FPN 类

定义

FPN (特征金字塔网络) 层。

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 类的新实例。

方法

Dispose(Boolean)

FPN (特征金字塔网络) 层。

forward(List<torch.Tensor>)

FPN (特征金字塔网络) 层。

适用于