mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
4e5699fa71
Support non-zero hidden state for LSTM * fully support non-zero hidden state for LSTM * check dims of hidden state for LSTM * fix failed test Test_Model.TextRecognition * add new tests for LSTM w/ non-zero hidden params Co-authored-by: Julie Bareeva <julia.bareeva@xperience.ai>