lstm regression (Initial learning rate and training options)
조회 수: 3 (최근 30일)
이전 댓글 표시
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에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!