Skip to content

GRU-D implementation doesn't use input decay to mean #8

@Noahprog

Description

@Noahprog

Hi @caow13,

Hope you're doing well.
When going through your code I've noticed that in gru_d.py there is no input decay to mean. In the paper by Che et al here, the decayed input is described as:
Screenshot 2020-06-08 at 17 00 27
Where the second term contains the decay to last seen observation and the third term contains decay to empirical mean.

But in this implementation the code only does a decay to the last seen observation:
Screenshot 2020-06-08 at 17 01 02

It could be that this was intended. Anyway, hope you can find the time to look into this.
Gr,
Noah

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