Skip to content

Fix incorrect delta list for bi_grad and bo_grad#63

Open
KoyyadaAjay wants to merge 1 commit into
hanbt:masterfrom
KoyyadaAjay:patch-1
Open

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

Conversation

@KoyyadaAjay
Copy link
Copy Markdown

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
Copy link
Copy Markdown

yepaoxixi commented May 25, 2026 via email

@KoyyadaAjay
Copy link
Copy Markdown
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!

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.

2 participants