Effacer les filtres
Effacer les filtres

How to use Vanilla SGD solver in training options ?

2 vues (au cours des 30 derniers jours)
Mira mosad
Mira mosad le 20 Déc 2022
Commenté : Mira mosad le 11 Mai 2023
when i used Vanilla SGD instead of adam solver the code has error : invalid solver name .
how can i use Vanilla SGD instead of adam solver ?
this is my code for traning options part :
options = trainingOptions('sgdm', ...
'MaxEpochs',20,...
'InitialLearnRate',1e-4, ...
'Verbose',false, ...
'Plots','training-progress');
  1 commentaire
Mira mosad
Mira mosad le 11 Mai 2023
Can any one answer this question , please?

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by