Skip to content

Character_Level_RNN_Solution uses future information to predict characters? #418

Open
@barimani

Description

@barimani

Under recurrent-neural-networks/char-rnn/Character_Level_RNN_Solution.ipynb:

The CharRNN design is using a LSTM layer that is uni-directional however with a fully connected on top of the output sequence, it seems like the information from future predictions are leaked back into the early predictions. The model is then used differently at inference time to make predictions. Is this intended or am I missing something?

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