Deep Learning Toolbox and Neural Network Toolbox

38 ビュー (過去 30 日間)
Eldon Mack
Eldon Mack 2021 年 10 月 26 日
回答済み: Arkadiy Turevskiy 2021 年 10 月 27 日
Is a separate license for the Neural network toolbox needed for the Deep Learning toolbox? I have a license for the Deep Learning toolbox but when I try to run the following code from example 1 seen when typing help trainNetwork I get the following
>> [XTrain, YTrain] = japaneseVowelsTrainData;
layers = [ ...
sequenceInputLayer(12)
lstmLayer(100, 'OutputMode', 'last')
fullyConnectedLayer(9)
softmaxLayer
classificationLayer];
License checkout failed.
License Manager Error -10
Your license for Neural_Network_Toolbox has expired.

回答 (1 件)

Arkadiy Turevskiy
Arkadiy Turevskiy 2021 年 10 月 27 日
Neural Network Toolbox was renamed to Deep Learning Toolbox in 2018, so there is no separate license. The error message seems to indicate your license has expired and that is why you are experiencing this error. Please check your license is still valid. If it is and you are still getting an error, please contatch tech support.
HTH

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by