Borrar filtros
Borrar filtros

Same training results for each epoch using LSTM sequence to sequence

2 visualizaciones (últimos 30 días)
Ismaeel
Ismaeel el 29 de Dic. de 2022
Editada: Ismaeel el 29 de Dic. de 2022
Dear all,
I am following the example given in:
using different data but similar in structure to the one in the example.
The problem is when I train the data, the results for each epoch look the same (please see the picture attached).
I use the following setting options for training:
maxEpochs = 20;
miniBatchSize = 20;
options = trainingOptions('adam', ...
'MaxEpochs',maxEpochs, ...
'MiniBatchSize',miniBatchSize, ...
'InitialLearnRate',0.01, ...
'GradientThreshold',1, ...
'Shuffle','never', ...
'Plots','training-progress',...
'Verbose',0);
I use a single LSTM layer with 128 hidden units working on MATLAB R2022b.
Any advise or idea is really appreciated.
Thanks

Respuestas (0)

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Productos


Versión

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by