Skip to content

Error in lstm.py #53

Description

@cuancuancuanhao

Line 264 and Line 266,
bi_grad = self.delta_f_list[t] bo_grad = self.delta_f_list[t]
should be corrected as:
bi_grad = self.delta_i_list[t] bo_grad = self.delta_o_list[t]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions