ExecutionEnviroment problem on optimizer at traininOptions

2 ビュー (過去 30 日間)
Hasan Bahadir Karadas
Hasan Bahadir Karadas 2021 年 12 月 25 日
回答済み: Joss Knight 2021 年 12 月 28 日
I am working on Virtual Machine instace on google cloud and aiming to use gpu power for training but when I added ExecutionEnviroment, it gave me optimizer error. What can I do?
options = trainingOptions('sgdm', ...
'MiniBatchSize',75, ...
'MaxEpochs',1, ...
'InitialLearnRate',1e-4, ...
'Shuffle','every-epoch', ...
'Verbose',false, ...
'Plots','training-progress',...
'ValidationData',imdsValidation, ...
'ExecutionEnvironment','multi-gpu');
Error using nnet.cnn.TrainingOptionsSGDM (line 117)
'ExecutionEnviroment' is not an option for solver 'sgdm'.
Error in trainingOptions (line 315)
opts = nnet.cnn.TrainingOptionsSGDM(varargin{:});
Error in MachineLearning (line 29)
options = trainingOptions('sgdm', ...
  1 件のコメント
yanqi liu
yanqi liu 2021 年 12 月 27 日
yes,sir,may be
'ExecutionEnvironment','auto'
to run and check the output

サインインしてコメントする。

回答 (1 件)

Joss Knight
Joss Knight 2021 年 12 月 28 日
It looks like you typed ExecutionEnviroment instead of ExecutionEnvironment (ie. you missed the second 'n').

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by