In this example on MATLAB for "Train Network for Time Series Forecasting Using Deep Network Designer" tutorial there is an error in line 27. What do i do next

1 visualización (últimos 30 días)
net = predictAndUpdateState(trainedNetwork_1,XTrain);
HERE IT SAYS 'trainedNetwork_1' is an unrecongnised function or variable.
[net,YPred] = predictAndUpdateState(net,YTrain(end));
numTimeStepsTest = numel(XTest);
for i = 2:numTimeStepsTest
[net,YPred(:,i)] = predictAndUpdateState(net,YPred(:,i-1),'ExecutionEnvironment','cpu');
end

Respuestas (1)

yanqi liu
yanqi liu el 25 de Mzo. de 2022
yes,sir,if you design trainedNetwork_1 ,may be should train it first,then use predict to use the trained model

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by