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

Add FiLM layers to ConvLSTM #32

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Add FiLM layers to ConvLSTM #32

wants to merge 4 commits into from

Conversation

jacobbieker
Copy link
Member

Pull Request

Description

Adds the FiLM layers to the ConvLSTM layers for MetNet-2, to better match the paper diagram.

Fixes #31

How Has This Been Tested?

Unit test

  • Yes

Checklist:

  • My code follows OCF's coding style guidelines
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked my code and corrected any misspellings

@jacobbieker jacobbieker added the enhancement New feature or request label Aug 30, 2022
@jacobbieker jacobbieker self-assigned this Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MetNet-2: Match paper better by adding FiLM output to ConvLSTM layers
1 participant