Support configurable MeshGraphNets rollout lengths - #747
Open
sylvesterkaczmarek wants to merge 1 commit into
Open
Support configurable MeshGraphNets rollout lengths#747sylvesterkaczmarek wants to merge 1 commit into
sylvesterkaczmarek wants to merge 1 commit into
Conversation
|
Dooray! 메일 발송 실패 안내
메일 발송
실패 안내
***@***.***)
님께
보낸
메일이
전송되지
못하였습니다.
실패 사유를 확인해보세요.
* 받는 사람 :
***@***.***)
* 발송 시간 :
2026-08-24T00:59:21
* 메일 제목 :
[google-deepmind/deepmind-research] Support configurable MeshGraphNets rollout lengths (PR #747)
* 실패 사유 :
받는 사람이 현재 메일 수신을 제한하고 있습니다.
이 설정은 개인 또는 조직의 메일 수신 정책에 의해 적용되었습니다.
이 메일은 발신전용으로 회신되지 않습니다.
더 궁금하신 사항은
***@***.***
으로 문의해 주시기 바랍니다.
© Dooray!.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Allow MeshGraphNets evaluation rollouts to run for an explicit number of autoregressive steps instead of being limited to the ground-truth trajectory length.
Fixes #399.
cfd_eval.evaluatepreviously tied rollout length directly toinputs['cells'].shape[0]. Increasing the internal rollout length made the prediction longer than the target tensors, so evaluation failed when computing errors or fetching the saved trajectory.This change:
--rollout_steps;0preserves the dataset trajectory lengthValidation
Added
meshgraphnets/cfd_eval_test.pycovering:I could not execute the TensorFlow regression test locally because TensorFlow is not installed in this environment. No local test execution is claimed. The final branch is based on current upstream
master, contains one commit, and the diff was audited against upstream.