Defines a torch conv1d module composed of: (a) 1d convolution; (b) batch normalization; (c) relu activation
.torch_batch_conv1D_batch_norm_relu(
input_dim,
output_dim,
kernel_size,
padding = 0
)
A conv1D tensor block.
Input dimension of neural net.
Output dimension of neural net.
Size of 1D convolutional kernel.
Padding added to both sides of the input.
Charlotte Pelletier, charlotte.pelletier@univ-ubs.fr
Gilberto Camara, gilberto.camara@inpe.br
Rolf Simoes, rolf.simoes@inpe.br
Felipe Souza, lipecaso@gmail.com