ConvTranspose3d Type

A model that applies a 3D transposed convolution operator over an input image composed of several input planes.

Constructors

Constructor Description

ConvTranspose3d(inChannels, outChannels, ?kernelSize, ?stride, ?padding, ?dilation, ?kernelSizes, ?strides, ?paddings, ?dilations, ?bias)

Full Usage: ConvTranspose3d(inChannels, outChannels, ?kernelSize, ?stride, ?padding, ?dilation, ?kernelSizes, ?strides, ?paddings, ?dilations, ?bias)

Parameters:
    inChannels : int
    outChannels : int
    ?kernelSize : int
    ?stride : int
    ?padding : int
    ?dilation : int
    ?kernelSizes : seq<int>
    ?strides : seq<int>
    ?paddings : seq<int>
    ?dilations : seq<int>
    ?bias : bool

Returns: ConvTranspose3d
inChannels : int
outChannels : int
?kernelSize : int
?stride : int
?padding : int
?dilation : int
?kernelSizes : seq<int>
?strides : seq<int>
?paddings : seq<int>
?dilations : seq<int>
?bias : bool
Returns: ConvTranspose3d

Instance members

Instance member Description

this.bias

Full Usage: this.bias

Get or set the bias parameter of the model

this.weight

Full Usage: this.weight

Get or set the weight parameter of the model


© Copyright 2021, DiffSharp Contributors.