Welcome to our Support Center

Conv1DTranspose

Description

Returns the Conv1DTranspose layer weights.​ Type : polymorphic.

 

Input parameters

 

Β weights : cluster

Β index :Β integer,Β index of layer.
Β name :Β string,Β name of layer.
Β weight :Β variant,Β weight of layer.

Output parameters

 

Β weights_info : cluster

Β index :Β integer,Β index of layer.
Β name :Β string,Β name of layer.
Β weights : cluster

Β filters :Β array,Β 3D values. filters = [n_filters, channel, size].
Β biases :Β array,Β 1D values. biases = [n_filters].

Dimension

  • filters = [n_filters, channel, size]

The size of filters depends on the input of theΒ Conv1DTransposeΒ layer and the parameters n_filters and size.
For example, if the input of the layer has a size of [batch_size = 10, channel = 5, width = 2], n_filters has the value 6 and size the value 3 then filters will have a size of [n_filters = 6, channel = 5, size = 3].

 

  • biases = [n_filters]

The size of biases depends on the parameter n_filters of theΒ Conv1DTransposeΒ layer.

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install HAIBAL library to run it).

Table of Contents