Welcome to our Support Center
Weights resume
ADD
In this section you will find a list for add the weights data.
INDEX |
||
ICONS | RESUME | |
PReLU 2D | Adds the weight of the PReLU2D layer to the weights table. | |
PReLU 3D | Adds the weight of the PReLU3D layer to the weights table. | |
PReLU 4D | Adds the weight of the PReLU4D layer to the weights table. | |
PReLU 5D | Adds the weight of the PReLU5D layer to the weights table. | |
AdditiveAttention | Adds the weight of the AdditiveAttention layer to the weights table. | |
Attention | Adds the weight of the Attention layer to the weights table. | |
MultiHeadAttention | Adds the weights of the MultiHeadAttention layer to the weights table. | |
Conv1D | Adds the weights of the Conv1D layer to the weights table. | |
Conv2D | Adds the weights of the Conv2D layer to the weights table. | |
Conv3D | Adds the weights of the Conv3D layer to the weights table. | |
ConvLSTM1D | Adds the weights of the ConvLSTM1D layer to the weights table. | |
ConvLSTM2D | Adds the weights of the ConvLSTM2D layer to the weights table. | |
ConvLSTM3D | Adds the weights of the ConvLSTM3D layer to the weights table. | |
Conv1DTranspose | Adds the weights of the Conv1DTranspose layer to the weights table. | |
Conv2DTranspose | Adds the weights of the Conv2DTranspose layer to the weights table. | |
Conv3DTranspose | Adds the weights of the Conv3DTranspose layer to the weights table. | |
DepthwiseConv2D | Adds the weights of the DepthwiseConv2D layer to the weights table. | |
SeparableConv1D | Adds the weights of the SeparableConv1D layer to the weights table. | |
SeparableConv2D | Adds the weights of the SeparableConv2D layer to the weights table. | |
Dense | Adds the weights of the Dense layer to the weights table. | |
Embedding | Adds the weight of the Embedding layer to the weights table. | |
BatchNormalization | Adds the weights of the BatchNormalization layer to the weights table. | |
LayerNormalization | Adds the weights of the LayerNormalization layer to the weights table. | |
Bidirectional | Adds the weights of the Bidirectional layer to the weights table. | |
GRU | Adds the weights of the GRU layer to the weights table. | |
LSTM | Adds the weights of the LSTM layer to the weights table. | |
SimpleRNN | Adds the weights of the SimpleRNN layer to the weights table. | |
NAME |
||
ICONS | RESUME | |
PReLU 2D | Adds the weight of the PReLU2D layer to the weights table. | |
PReLU 3D | Adds the weight of the PReLU3D layer to the weights table. | |
PReLU 4D | Adds the weight of the PReLU4D layer to the weights table. | |
PReLU 5D | Adds the weight of the PReLU5D layer to the weights table. | |
AdditiveAttention | Adds the weight of the AdditiveAttention layer to the weights table. | |
Attention | Adds the weight of the Attention layer to the weights table. | |
MultiHeadAttention | Adds the weights of the MultiHeadAttention layer to the weights table. | |
Conv1D | Adds the weights of the Conv1D layer to the weights table. | |
Conv2D | Adds the weights of the Conv2D layer to the weights table. | |
Conv3D | Adds the weights of the Conv3D layer to the weights table. | |
ConvLSTM1D | Adds the weights of the ConvLSTM1D layer to the weights table. | |
ConvLSTM2D | Adds the weights of the ConvLSTM2D layer to the weights table. | |
ConvLSTM3D | Adds the weights of the ConvLSTM3D layer to the weights table. | |
Conv1DTranspose | Adds the weights of the Conv1DTranspose layer to the weights table. | |
Conv2DTranspose | Adds the weights of the Conv2DTranspose layer to the weights table. | |
Conv3DTranspose | Adds the weights of the Conv3DTranspose layer to the weights table. | |
DepthwiseConv2D | Adds the weights of the DepthwiseConv2D layer to the weights table. | |
SeparableConv1D | Adds the weights of the SeparableConv1D layer to the weights table. | |
SeparableConv2D | Adds the weights of the SeparableConv2D layer to the weights table. | |
Dense | Adds the weights of the Dense layer to the weights table. | |
Embedding | Adds the weight of the Embedding layer to the weights table. | |
BatchNormalization | Adds the weights of the BatchNormalization layer to the weights table. | |
LayerNormalization | Adds the weights of the LayerNormalization layer to the weights table. | |
Bidirectional | Adds the weights of the Bidirectional layer to the weights table. | |
GRU | Adds the weights of the GRU layer to the weights table. | |
LSTM | Adds the weights of the LSTM layer to the weights table. | |
SimpleRNN | Adds the weights of the SimpleRNN layer to the weights table. |
FORMAT
In this section you will find a list for formatting the weights data.
ICONS | RESUME | |
Dense | Returns the Dense layer weights. | |
AdditiveAttention | Returns the AdditiveAttention layer weights. | |
Attention | Returns the Attention layer weights. | |
MultiHeadAttention | Returns the MultiHeadAttention layer weights. | |
BatchNormalization | Returns the BatchNormalization layer weights. | |
LayerNormalization | Returns the LayerNormalization layer weights. | |
Bidirectional | Returns the Bidirectional layer weights. | |
Returns the GRU layer weights. | ||
LSTM | Returns the LSTM layer weights. | |
SimpleRNN | Returns the SimpleRNN layer weights. | |
Conv1D | Returns the Conv1D layer weights. | |
Conv2D | Returns the Conv2D layer weights. | |
Conv3D | Returns the Conv3D layer weights. | |
Conv1DTranspose | Returns the Conv1DTranspose layer weights. | |
Conv2DTranspose | Returns the Conv2DTranspose layer weights. | |
Conv3DTranspose | Returns the Conv3DTranspose layer weights. | |
ConvLSTM1D | Returns the ConvLSTM1D layer weights. | |
ConvLSTM2D | Returns the ConvLSTM2D layer weights. | |
ConvLSTM3D | Returns the ConvLSTM3D layer weights. | |
DepthwiseConv2D | Returns the DepthwiseConv2D layer weights. | |
SeparableConv1D | Returns the SeparableConv1D layer weights. | |
SeparableConv2D | Returns the SeparableConv2D layer weights. | |
Embedding | Returns the Embedding layer weights. | |
PReLU 2D | Returns the PReLU2D layer weights. | |
PReLU 3D | Returns the PReLU3D layer weights. | |
PReLU 4D | Returns the PReLU4D layer weights. | |
PReLU 5D | Returns the PReLU5D layer weights. |
GET WEIGHTS
In this section you will find a list for get type def of the layer weight.
INDEX |
||
ICONS | RESUME | |
Dense | Gets the weights of the Dense layer selected by the index. | |
Embedding | Gets the weights of the Embedding layer selected by the index. | |
AdditiveAttention | Gets the weights of the AdditiveAttention layer selected by the index. | |
Attention | Gets the weights of the Attention layer selected by the index. | |
MultiHeadAttention | Gets the weights of the MultiHeadAttention layer selected by the index. | |
Conv1D | Gets the weights of the Conv1D layer selected by the index. | |
Conv2D | Gets the weights of the Conv2D layer selected by the index. | |
Conv3D | Gets the weights of the Conv3D layer selected by the index. | |
ConvLSTM1D | Gets the weights of the ConvLSTM1D layer selected by the index. | |
ConvLSTM2D | Gets the weights of the ConvLSTM2D layer selected by the index. | |
ConvLSTM3D | Gets the weights of the ConvLSTM3D layer selected by the index. | |
Conv1DTranspose | Gets the weights of the Conv1DTranspose layer selected by the index. | |
Conv2DTranspose | Gets the weights of the Conv2DTranspose layer selected by the index. | |
Conv3DTranspose | Gets the weights of the Conv3DTranspose layer selected by the index. | |
DepthwiseConv2D | Gets the weights of the DepthwiseConv2D layer selected by the index. | |
SeparableConv1D | Gets the weights of the SeparableConv1D layer selected by the index. | |
SeparableConv2D | Gets the weights of the SeparableConv2D layer selected by the index. | |
BatchNormalization | Gets the weights of the BatchNormalization layer selected by the index. | |
LayerNormalization | Gets the weights of the LayerNormalization layer selected by the index. | |
PReLU 2D | Gets the weights of the PReLU2D selected by the index. | |
PReLU 3D | Gets the weights of the PReLU3D selected by the index. | |
PReLU 4D | Gets the weights of the PReLU4D selected by the index. | |
PReLU 5D | Gets the weights of the PReLU5D selected by the index. | |
Bidirectional | Gets the weights of the Bidirectional layer selected by the index. | |
GRU | Gets the weights of the GRU selected by the index. | |
LSTM | Gets 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. | |
SimpleRNN | Gets the weights of the SimpleRNN selected by the index. | |
NAME |
||
ICONS | RESUME | |
Dense | Gets the weights of the Dense layer selected by the name. | |
Embedding | Gets the weights of the Embedding layer selected by the name. | |
AdditiveAttention | Gets the weights of the AdditiveAttention layer selected by the name. | |
Attention | Gets the weights of the Attention layer selected by the name. | |
MultiHeadAttention | Gets the weights of the MultiHeadAttention layer selected by the name. | |
Conv1D | Gets the weights of the Conv1D layer selected by the name. | |
Conv2D | Gets the weights of the Conv2D layer selected by the name. | |
Conv3D | Gets the weights of the Conv3D layer selected by the name. | |
ConvLSTM1D | Gets the weights of the ConvLSTM1D layer selected by the name. | |
ConvLSTM2D | Gets the weights of the ConvLSTM2D layer selected by the name. | |
ConvLSTM3D | Gets the weights of the ConvLSTM3D layer selected by the name. | |
Conv1DTranspose | Gets the weights of the Conv1DTranspose layer selected by the name. | |
Conv2DTranspose | Gets the weights of the Conv2DTranspose layer selected by the name. | |
Conv3DTranspose | Gets the weights of the Conv3DTranspose layer selected by the name. | |
DepthwiseConv2D | Gets the weights of the DepthwiseConv2D layer selected by the name. | |
SeparableConv1D | Gets the weights of the SeparableConv1D layer selected by the name. | |
SeparableConv2D | Gets the weights of the SeparableConv2D layer selected by the name. | |
BatchNormalization | Gets the weights of the BatchNormalization layer selected by the name. | |
LayerNormalization | Gets the weights of the LayerNormalization layer selected by the name. | |
PReLU 2D | Gets the weights of the PReLU2D selected by the name. | |
PReLU 3D | Gets the weights of the PReLU3D selected by the name. | |
PReLU 4D | Gets the weights of the PReLU4D selected by the name. | |
PReLU 5D | Gets the weights of the PReLU5D selected by the name. | |
Bidirectional | Gets the weights of the Bidirectional layer selected by the name. | |
GRU | Gets the weights of the GRU selected by the name. | |
LSTM | Gets the weights of the LSTM layer selected by the name. | |
RNN (GRU) | Gets the weights of the RNN selected by the name. | |
RNN (LSTM) | Gets the weights of the RNN selected by the name. | |
RNN (SimpleRNN) | Gets the weights of the RNN selected by the name. | |
SimpleRNN | Gets the weights of the SimpleRNN selected by the name. |
SET WEIGHTS
In this section you will find a list for set the layer weight.
INDEX |
||
ICONS | RESUME | |
Dense | Defines the weights of the Dense layer selected by the index. | |
Embedding | Defines the weight of the Embedding layer selected by the index. | |
AdditiveAttention | Defines the weight of the AdditiveAttention layer selected by the index. | |
Attention | Defines the weight of the Attention layer selected by the index. | |
MultiHeadAttention | Defines the weights of the MultiHeadAttention layer selected by the index. | |
Conv1D | Defines the weights of the Conv1D layer selected by the index. | |
Conv2D | Defines the weights of the Conv2D layer selected by the index. | |
Conv3D | Defines the weights of the Conv3D layer selected by the index. | |
ConvLSTM1D | Defines the weights of the ConvLSTM1D layer selected by the index. | |
ConvLSTM2D | Defines the weights of the ConvLSTM2D layer selected by the index. | |
ConvLSTM3D | Defines the weights of the ConvLSTM3D layer selected by the index. | |
Conv1DTranspose | Defines the weights of the Conv1DTranspose layer selected by the index. | |
Conv2DTranspose | Defines the weights of the Conv2DTranspose layer selected by the index. | |
Conv3DTranspose | Defines the weights of the Conv3DTranspose layer selected by the index. | |
DepthwiseConv2D | Defines the weights of the DepthwiseConv2D layer selected by the index. | |
SeparableConv1D | Defines the weights of the SeparableConv1D layer selected by the index. | |
SeparableConv2D | Defines the weights of the SeparableConv2D layer selected by the index. | |
BatchNormalization | Defines the weights of the BatchNormalization layer selected by the index. | |
LayerNormalization | Defines the weights of the LayerNormalization layer selected by the index. | |
PReLU 2D | Defines the weight of the PReLU2D layer selected by the index. | |
PReLU 3D | Defines the weight of the PReLU3D layer selected by the index. | |
PReLU 4D | Defines the weight of the PReLU4D layer selected by the index. | |
PReLU 5D | Defines the weight of the PReLU5D layer selected by the index. | |
Bidirectional | Defines the weights of the Bidirectional layer selected by the index. | |
GRU | Defines the weights of the GRU layer selected by the index. | |
LSTM | Defines the weights of the LSTM layer selected by the index. | |
RNN (GRU) | Defines the weights of the RNN layer selected by the index. | |
RNN (LSTM) | Defines the weights of the RNN layer selected by the index. | |
RNN (SimpleRNN) | Defines the weights of the RNN layer selected by the index. | |
SimpleRNN | Defines the weights of the SimpleRNN layer selected by the index. | |
NAME |
||
ICONS | RESUME | |
Dense | Defines the weights of the Dense layer selected by the name. | |
Embedding | Defines the weight of the Embedding layer selected by the name. | |
AdditiveAttention | Defines the weight of the AdditiveAttention layer selected by the name. | |
Attention | Defines the weight of the Attention layer selected by the name. | |
MultiHeadAttention | Defines the weights of the MultiHeadAttention layer selected by the name. | |
Conv1D | Defines the weights of the Conv1D layer selected by the name. | |
Conv2D | Defines the weights of the Conv2D layer selected by the name. | |
Conv3D | Defines the weights of the Conv3D layer selected by the name. | |
ConvLSTM1D | Defines the weights of the ConvLSTM1D layer selected by the name. | |
ConvLSTM2D | Defines the weights of the ConvLSTM2D layer selected by the name. | |
ConvLSTM3D | Defines the weights of the ConvLSTM3D layer selected by the name. | |
Conv1DTranspose | Defines the weights of the Conv1DTranspose layer selected by the name. | |
Conv2DTranspose | Defines the weights of the Conv2DTranspose layer selected by the name. | |
Conv3DTranspose | Defines the weights of the Conv3DTranspose layer selected by the name. | |
DepthwiseConv2D | Defines the weights of the DepthwiseConv2D layer selected by the name. | |
SeparableConv1D | Defines the weights of the SeparableConv1D layer selected by the name. | |
SeparableConv2D | Defines the weights of the SeparableConv2D layer selected by the name. | |
BatchNormalization | Defines the weights of the BatchNormalization layer selected by the name. | |
LayerNormalization | Defines the weights of the LayerNormalization layer selected by the name. | |
PReLU 2D | Defines the weight of the PReLU2D layer selected by the name. | |
PReLU 3D | Defines the weight of the PReLU3D layer selected by the name. | |
PReLU 4D | Defines the weight of the PReLU4D layer selected by the name. | |
PReLU 5D | Defines the weight of the PReLU5D layer selected by the name. | |
Bidirectional | Defines the weights of the Bidirectional layer selected by the name. | |
GRU | Defines the weights of the GRU layer selected by the name. | |
LSTM | Defines the weights of the LSTM layer selected by the name. | |
RNN (GRU) | Defines the weights of the RNN layer selected by the name. | |
RNN (LSTM) | Defines the weights of the RNN layer selected by the name. | |
RNN (SimpleRNN) | Defines the weights of the RNN layer selected by the name. | |
SimpleRNN | Defines the weights of the SimpleRNN layer selected by the name. |