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

[MeshGraphNets] Question about training strategy with new trajectory data #587

Open
mijanr opened this issue Oct 31, 2024 · 0 comments
Open

Comments

@mijanr
Copy link

mijanr commented Oct 31, 2024

Description:
I'm working with MeshGraphNets and have a question about the best approach for training when new trajectory data becomes available.

Context:

  • I have already trained a MeshGraphNet model on 10 trajectories
  • I now have 5 new trajectories from the same CFD case
  • The goal is to improve model generalization with this additional data

Specific Questions:

  1. What is the recommended approach for incorporating new trajectory data:
    a) Continue training the existing model only on new trajectories
    b) Continue training the existing model on old + new trajectories
    c) Reset parameters and train from scratch on combined data

  2. What are the implications of each approach in terms of:

    • Model performance and generalization
    • Training efficiency
    • Risk of catastrophic forgetting
    • Optimal parameter learning

I appreciate your response to my query.
Thank you.

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