-
Notifications
You must be signed in to change notification settings - Fork 2
ENH: Track physicsnemo_mgn_heart weights via Git LFS #95
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| *.hdf filter=lfs diff=lfs merge=lfs -text | ||
| *.mha filter=lfs diff=lfs merge=lfs -text | ||
| docs/assets/*.gif filter=lfs diff=lfs merge=lfs -text | ||
| tutorials/network_weights/physicsnemo_mgn_heart/*.pt filter=lfs diff=lfs merge=lfs -text | ||
| tutorials/network_weights/physicsnemo_mgn_heart/*.vtu filter=lfs diff=lfs merge=lfs -text | ||
| tutorials/network_weights/physicsnemo_mgn_heart/*.vtp filter=lfs diff=lfs merge=lfs -text | ||
| tutorials/network_weights/physicsnemo_mgn_heart/pca_model.json filter=lfs diff=lfs merge=lfs -text |
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
3 changes: 3 additions & 0 deletions
3
tutorials/network_weights/physicsnemo_mgn_heart/mgn_stage_model.pt
Git LFS file not shown
86 changes: 86 additions & 0 deletions
86
tutorials/network_weights/physicsnemo_mgn_heart/mgn_stage_model_metadata.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,86 @@ | ||
| { | ||
| "architecture": "physicsnemo.models.meshgraphnet.MeshGraphNet", | ||
| "input_features": [ | ||
| "mean_shape_x", | ||
| "mean_shape_y", | ||
| "mean_shape_z", | ||
| "pca_c1", | ||
| "pca_c2", | ||
| "pca_c3", | ||
| "pca_c4", | ||
| "pca_c5", | ||
| "pca_c6", | ||
| "pca_c7", | ||
| "pca_c8", | ||
| "pca_c9", | ||
| "pca_c10", | ||
| "pca_c11", | ||
| "pca_c12", | ||
| "pca_c13", | ||
| "pca_c14", | ||
| "pca_c15", | ||
| "stage" | ||
| ], | ||
| "output_features": [ | ||
| "dx", | ||
| "dy", | ||
| "dz" | ||
| ], | ||
| "in_features": 19, | ||
| "n_mesh_points": 167240, | ||
| "epochs": 1500, | ||
| "learning_rate": 0.001, | ||
| "batch_size_samples": 4, | ||
| "coordinate_mean": [ | ||
| -7.199598789215088, | ||
| -3.9089744091033936, | ||
| 9.961953163146973 | ||
| ], | ||
| "coordinate_scale": [ | ||
| 30.08570671081543, | ||
| 27.07874298095703, | ||
| 29.782752990722656 | ||
| ], | ||
| "pca_mean": [ | ||
| 0.7269748449325562, | ||
| -0.07803090661764145, | ||
| -1.3384027481079102, | ||
| 0.021359410136938095, | ||
| -0.3058125376701355, | ||
| -0.12345822155475616, | ||
| -0.14261603355407715, | ||
| -0.9997884035110474, | ||
| 0.4026827812194824, | ||
| -0.5299767255783081, | ||
| -0.43278786540031433, | ||
| 0.7046552300453186, | ||
| 0.13237492740154266, | ||
| 0.4630051255226135, | ||
| 0.6216614842414856 | ||
| ], | ||
| "pca_scale": [ | ||
| 0.7048464417457581, | ||
| 0.557181715965271, | ||
| 0.5016987323760986, | ||
| 0.4974881112575531, | ||
| 0.7341663241386414, | ||
| 0.6494237184524536, | ||
| 0.7575852274894714, | ||
| 0.6247227787971497, | ||
| 0.6713169813156128, | ||
| 0.8278525471687317, | ||
| 0.9181209802627563, | ||
| 0.9691786170005798, | ||
| 0.6127719879150391, | ||
| 1.4163326025009155, | ||
| 1.1147863864898682 | ||
| ], | ||
| "displacement_scale": 21.72310447692871, | ||
| "displacement_convention": "Option B: relative to subject reference surface", | ||
| "resumed_from": "C:\\src\\Projects\\PhysioTwin4D\\physiotwin4d\\tutorials\\output\\tutorial_09_byod_mgn_2\\mgn_stage_model_epoch_00200.pt", | ||
| "processor_size": 3, | ||
| "hidden_dim": 128, | ||
| "num_layers": 2, | ||
| "num_processor_checkpoint_segments": 0, | ||
| "input_dim_edges": 4 | ||
| } | ||
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
tutorials/network_weights/physicsnemo_mgn_heart/pca_mean_surface.vtp
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
tutorials/network_weights/physicsnemo_mgn_heart/pca_model.json
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
tutorials/network_weights/physicsnemo_mgn_heart/shared_edge_features.pt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
tutorials/network_weights/physicsnemo_mgn_heart/shared_edge_index.pt
Git LFS file not shown
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Remove the machine-specific absolute checkpoint path.
Store a repository-relative path, checkpoint basename, or stable run ID instead of committing
C:\src\Projects\...; the current value is not portable.Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents