Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to write the RWKV in autogressive style like RNN #179

Open
HaiFengZeng opened this issue Oct 11, 2023 · 2 comments
Open

How to write the RWKV in autogressive style like RNN #179

HaiFengZeng opened this issue Oct 11, 2023 · 2 comments

Comments

@HaiFengZeng
Copy link

instead of running in a teacher-forcing in training stage, can we run the model in free running style?:

for i in range(T):
    X_{t}=RNN(X_{t-1},hidden_state)

since teacher-forcing may have an exposure bias problem.

@BlinkDL
Copy link
Owner

BlinkDL commented Oct 13, 2023

yes you can

@BlinkDL
Copy link
Owner

BlinkDL commented Oct 29, 2023

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

No branches or pull requests

2 participants