Error using layerGraph in Neural Network toolbox

10 vues (au cours des 30 derniers jours)
Gerard Bailly
Gerard Bailly le 26 Juin 2018
I tried to run the example given in the sequenceInputLayer documentation and plot the layergraph. The error message is unexpected ("Layer array must not contain a sequence input layer"!). What's wrong???
layers = [ ... sequenceInputLayer(12) lstmLayer(100,'OutputMode','last') fullyConnectedLayer(9) softmaxLayer classificationLayer]; lgraph = layerGraph(layers); Error using nnet.internal.cnn.util.validateLayersForLayerGraph (line 28) Layer array must not contain a sequence input layer.
Error in layerGraph>iPostProcessParsingResultsForConstructor (line 86) inputArguments.Layers = nnet.internal.cnn.util.validateLayersForLayerGraph(results.Layers);
Error in layerGraph (line 46) inputArguments = iPostProcessParsingResultsForConstructor(parser.Results);

Réponses (1)

John Smith
John Smith le 15 Jan 2019
It's a limitation of Matlab (at least until 2018b).
Documentations says: Layer graphs cannot specify the architecture of long short-term memory (LSTM) networks.

Catégories

En savoir plus sur Install Products dans Help Center et File Exchange

Tags

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by