lstm regression (Initial learning rate and training options)
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Ahmed Elbeltagi
il 4 Ott 2020
Commentato: Mohith Kulkarni
il 8 Ott 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 Commenti
Risposta accettata
Mohith Kulkarni
il 8 Ott 2020
The parameter is 'InitialLearnRate' and not 'InitialLearningRate'.
2 Commenti
Mohith Kulkarni
il 8 Ott 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)
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Data Workflows in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!