lstm regression (Initial learning rate and training options)
4 ビュー (過去 30 日間)
古いコメントを表示
Ahmed Elbeltagi
2020 年 10 月 4 日
コメント済み: Mohith Kulkarni
2020 年 10 月 8 日
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 件のコメント
採用された回答
Mohith Kulkarni
2020 年 10 月 8 日
The parameter is 'InitialLearnRate' and not 'InitialLearningRate'.
2 件のコメント
Mohith Kulkarni
2020 年 10 月 8 日
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)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!