다음을 통해 공유


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(기능 피라미드 네트워크) 계층입니다.

적용 대상