Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding the algo. #36

Open
Osama26-byte opened this issue Sep 22, 2023 · 1 comment
Open

Understanding the algo. #36

Osama26-byte opened this issue Sep 22, 2023 · 1 comment

Comments

@Osama26-byte
Copy link

Osama26-byte commented Sep 22, 2023

Hello there, really interested in your work but i am still understanding the implementation. Can you explain you have used stacked version of x_(t) and h_(t-1) for convolution according to this:
Screenshot from 2023-09-22 12-02-18

but in implementation you used h_cur and c_cur rather then h_(t-1)?
Screenshot from 2023-09-22 12-06-11

Will really appreciate your quick answer.

@squarepants8
Copy link

Consider the h_cur as the h(t-1). The zero initialized h and c are "h(-1) and c(-1)" before h(0) and c(0). After h(0) is computed, it is stack with x(1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants