Welcome to our Support Center

Get weights by index

In this section you will find a list for get type def of the layer weight.

Β ICONSRESUME
DenseGets the weights of the Dense layer selected by the index.
EmbeddingGets the weights of the Embedding layer selected by the index.
AdditiveAttentionGets the weights of the AdditiveAttention layer selected by the index.
AttentionGets the weights of the Attention layer selected by the index.
MultiHeadAttentionGets the weights of the MultiHeadAttention layer selected by the index.
Conv1DGets the weights of the Conv1D layer selected by the index.
Conv2DGets the weights of the Conv2D layer selected by the index.
Conv3DGets the weights of the Conv3D layer selected by the index.
ConvLSTM1DGets the weights of the ConvLSTM1D layer selected by the index.
ConvLSTM2DGets the weights of the ConvLSTM2D layer selected by the index.
ConvLSTM3DGets the weights of the ConvLSTM3D layer selected by the index.
Conv1DTransposeGets the weights of the Conv1DTranspose layer selected by the index.
Conv2DTransposeGets the weights of the Conv2DTranspose layer selected by the index.
Conv3DTransposeGets the weights of the Conv3DTranspose layer selected by the index.
DepthwiseConv2DGets the weights of the DepthwiseConv2D layer selected by the index.
SeparableConv1DGets the weights of the SeparableConv1D layer selected by the index.
SeparableConv2DGets the weights of the SeparableConv2D layer selected by the index.
BatchNormalizationGets the weights of the BatchNormalization layer selected by the index.
LayerNormalizationGets the weights of the LayerNormalization layer selected by the index.
PReLU 2DGets the weights of the PReLU2D selected by the index.
PReLU 3DGets the weights of the PReLU3D selected by the index.
PReLU 4DGets the weights of the PReLU4D selected by the index.
PReLU 5DGets the weights of the PReLU5D selected by the index.
BidirectionalGets the weights of the Bidirectional layer selected by the index.
GRUGets the weights of the GRU selected by the index.
LSTMGets the weights of the LSTM layer selected by the index.
RNN (GRU)Gets the weights of the RNN selected by the index.
RNN (LSTM)Gets the weights of the RNN selected by the index.
RNN (SimpleRNN)Gets the weights of the RNN selected by the index.
SimpleRNNGets the weights of the SimpleRNN selected by the index.
Table of Contents

Table of Contents

Index