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

Feature/bidirectional lstm decoder #1101

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

lard2forecast
Copy link

Description

This feature implements the possibility of using bidirectional lstm decoder layers in the Temporal Fusion Transformer model. There are some additional notes in the code, which should be considered during code review.

Checklist

  • Linked issues (if existing)
    No existing issues, but possible caveats:
    https://discuss.pytorch.org/t/proper-way-of-setting-h-c-in-bidirectional-rnn-layers/158842
  • Amended changelog for large changes (and added myself there as contributor)
    Changes too small to be of significance in a changelog (i.m.o.)
  • Added/modified tests
  • Used pre-commit hooks when committing to ensure that code is compliant with hooks. Install hooks with pre-commit install.
    To run hooks independent of commit, execute pre-commit run --all-files

Make sure to have fun coding!

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

Successfully merging this pull request may close these issues.

1 participant