Skip to content

Why are you taking the output of the last time step to generate the neural net? #16

@TharunMohandoss

Description

@TharunMohandoss

return outputs[:, -1:, :]

Won't this return the output of the last time step alone? To generate the neural network, we need output from every time step right? What am I missing here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions