syoamakase / ASR

Speech Recognition Toolkit
8 stars 0 forks source link

Frame stacking in `test.py` #4

Closed emonosuke closed 4 years ago

emonosuke commented 4 years ago

Function frame_stacking seems to expect (batch_size, seq_len, lmfb_dim), but cpudat here does not have batch_size. (also the number of args mismatches)

https://github.com/syoamakase/ASR/blob/e01c9bfa5261f3c678854694683a48a5ff81c781/test.py#L60

syoamakase commented 4 years ago

Thank you for informing me! I modified the issue. Please check it.

emonosuke commented 4 years ago

Runs well. Thank you!