how to install deep learning toolbox in MATLAB R2018b?

조회 수: 15 (최근 30일)
Priya Singh
Priya Singh 2023년 10월 16일
댓글: Priya Singh 2023년 10월 18일
I want to use biLSTM and other tools of deep learning in MATLAB R2018b, is there any way without using new version of MATLAB to get the specific toolbox as the newer version is taking more time than expected for my system.

채택된 답변

Cris LaPierre
Cris LaPierre 2023년 10월 16일
Toolboxes created by Mathworks are version specific. You can install the R2018b version of the Deep Learning Toolbox using the Add-Ons Explorer.
The bilstmLayer function was introduced in R2018a, and had some updates made to in in R2019a (see here).
You can also consider reporting performance issues here: https://www.mathworks.com/support/contact_us.html
  댓글 수: 5
Priya Singh
Priya Singh 2023년 10월 18일
Input data successfully read.
Time Series data divided to 80% Train data and 20% Test data
Time Series data prepared as suitable LSTM Input data.
LSTM architect successfully created.
Error on Training LSTM Network
Reference to non-existent field 'BiLSTM'.
Error in TimeSeriesPrediction>EvaluationData (line 477)
data.BiLSTM.TrainOutputs = deNorm(data.seriesdata,predict(data.BiLSTM.Net,data.XTr,'MiniBatchSize',opt.miniBatchSize),opt.dataPreprocessMode);
Error in TimeSeriesPrediction (line 50)
[opt,data] = EvaluationData(opt,data);
I am getting this error when I am running code, and when I am looking for app deep learning , the status of app is installed.
Priya Singh
Priya Singh 2023년 10월 18일
oh thanx, got it instead environment 'gpu' i have changed it into cpu. Now its working fine. Thankyou

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by