Skip to content

Fix incorrect delta list for bi_grad and bo_grad#63

Merged
hanbt merged 1 commit into
hanbt:masterfrom
KoyyadaAjay:patch-1
Jul 20, 2026
Merged

Fix incorrect delta list for bi_grad and bo_grad#63
hanbt merged 1 commit into
hanbt:masterfrom
KoyyadaAjay:patch-1

Conversation

@KoyyadaAjay

Copy link
Copy Markdown
Contributor

bi_grad should use delta_i_list[t] and bo_grad should use delta_o_list[t], not delta_f_list[t]. Fixes copy-paste bug in calc_gradient_t()

bi_grad should use delta_i_list[t] and bo_grad should use delta_o_list[t], not delta_f_list[t]. Fixes copy-paste bug in calc_gradient_t()
@yepaoxixi

yepaoxixi commented May 25, 2026 via email

Copy link
Copy Markdown

@KoyyadaAjay

Copy link
Copy Markdown
Contributor Author

Hi! I've made the fix directly in this PR — you can review the changes in the 'Files changed' tab above. Please let me know if anything needs to be updated!

@hanbt
hanbt merged commit 564e54e into hanbt:master Jul 20, 2026
@yepaoxixi

yepaoxixi commented Jul 20, 2026 via email

Copy link
Copy Markdown

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

Successfully merging this pull request may close these issues.

3 participants