Borrar filtros
Borrar filtros

How to use Vanilla SGD solver in training options ?

2 visualizaciones (últimos 30 días)
Mira mosad
Mira mosad el 20 de Dic. de 2022
Comentada: Mira mosad el 11 de Mayo de 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');

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by