lstm regression (Initial learning rate and training options)
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ahmed Elbeltagi
le 4 Oct 2020
Commenté : Mohith Kulkarni
le 8 Oct 2020
Hello everyone,
I have used this code and found an error as shown in the attached screenshot image regarding Intial Learning Rate and Training Options.
Please, help me to solve this problem.
Thanks in advance
0 commentaires
Réponse acceptée
Mohith Kulkarni
le 8 Oct 2020
The parameter is 'InitialLearnRate' and not 'InitialLearningRate'.
2 commentaires
Mohith Kulkarni
le 8 Oct 2020
Make sure you are using the right input. I think you are supposed to use trainNetwork(X,Y,layers,Opts) instead of trainNetwork(Y,Y,layers,Opts)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!