필터 지우기
필터 지우기

How to handle very short sequences in LSTM Network

조회 수: 3 (최근 30일)
404: name not found
404: name not found 2019년 3월 7일
편집: 404: name not found 2019년 3월 7일
Hello Matlab Community,
I am using MATLAB 2018b I am trying to apply the sequence to sequence regression network on a dataset with very short sequences.
I basically followed the 'Sequence-to-Sequence Regression Using Deep Learning' tutorial which is given by MATLAB.
When I apply this tutorial to my dataset it only returns NaN as a prediction.
And the graph also suggests that it stops calculating after some iterations.
this is the verbose output:
|=========================================================================|
| Epoch | Iteration | Time Elapsed | Mini-batch | Mini-batch | Base Learning |
| | | (hh:mm:ss) | RMSE | Loss | Rate |
|======================================================================|
| 1 | 1 | 00:00:01 | 65.11 | 2119.5 | 0.0100 |
| 5 | 50 | 00:00:04 | NaN | NaN | 0.0100 |
| 9 | 100 | 00:00:06 | NaN | NaN | 0.0100 |
| 13 | 150 | 00:00:07 | NaN | NaN | 0.0100 |
| 17 | 200 | 00:00:09 | NaN | NaN | 0.0100 |
| 20 | 240 | 00:00:15 | NaN | NaN | 0.0100 |
|=======================================================================|
I'd be super happy if anyone had some suggestions to solve that issue!
I already tried looping over the single short iterations - which let to endlessly poping up windows and a server crash.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by