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 can i use TCN to build seq2seq model? #245

Closed
qq492947833 opened this issue Apr 10, 2023 · 1 comment
Closed

How can i use TCN to build seq2seq model? #245

qq492947833 opened this issue Apr 10, 2023 · 1 comment

Comments

@qq492947833
Copy link

qq492947833 commented Apr 10, 2023

Hello Philipperemy,I am learning seq2seq model.In LSTM or GRU or RNN model,I can use return_state parameter return last moment's state ,but TCN model dont have this parameter.And if I build a LSTM model to do seq2seq,in decoder,I can use initial_state to transfer encoder's last moment's state ,but TCN dont have this parameter.So i want to ask you,can you teach me how to use TCN building a seq2seq model?It can substitute LSTM model Completly?

If you can reply me,I will very appreciate!

@qq492947833
Copy link
Author

I know that,TCN have same parameter as LSTM,I notice that just now,sorry for this stupid question!

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

1 participant