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

Create model base class #79

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from
Open

Create model base class #79

wants to merge 14 commits into from

Conversation

JPXKQX
Copy link
Member

@JPXKQX JPXKQX commented Nov 11, 2024

This PR creates a base class BaseAnemoiEncProcDecModel to encapsulate the common functionality between the different models:

  • 1 encoder + 1 processor + 1 decoder (supported)
  • 1 encoder + hierarchical processor + 1 decoder (supported in Feature/hierarchical graphs #37)
  • N encoder + 1 processor + M decoder (WIP)

@JPXKQX JPXKQX added the enhancement New feature or request label Nov 11, 2024
@JPXKQX JPXKQX self-assigned this Nov 11, 2024
@codecov-commenter
Copy link

codecov-commenter commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.85%. Comparing base (8874571) to head (a3e279f).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #79   +/-   ##
========================================
  Coverage    99.85%   99.85%           
========================================
  Files           23       23           
  Lines         1350     1350           
========================================
  Hits          1348     1348           
  Misses           2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JPXKQX JPXKQX marked this pull request as ready for review November 12, 2024 13:08
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.

2 participants