Commit b9aa3dd
Refactor (#1224)
* Move filesystems and version_check to core
* Fix version check tests
* Reorganize distributed, domain_parallel, and begin nn / utils cleanup.
* Move modules and meta to core. Move registry to core.
No tests fixed yet.
* Add missing init files
* Update build system and specify some deps.
* Reorganize tests.
* Update init files
* Clean up neighbor tools.
* Update testing
* Fix compat tests
* Move core model tests to tests/core/
* Add import lint config
* Relocate layers
* Move graphcast utils into model directory
* Relocating util functionalities.
* Further clean up and organize tests.
* utils tests are passing now
* Cleaning up distributed tests
* Patching tests working again in nn
* Fix sdf test
* Fix zenith angle tests
* Some organization of tests. Checkpoints is moved into utils.
* Remove launch.utils and launch.config. Checkpointing is moved to
phsyicsnemo.utils, launch.config is just gone. It was empty.
* Most nn tests are passing
* Further cleanup. Getting there!
* Remove constants file
* Add import linting to pre-commit.
* Update crash readme (#1212)
* update license headers- second try
* update readme
* Bump multi-storage-client to v0.33.0 with rust client (#1156)
* Move gnn layers and start to fix several model tests.
* AFNO is now passing.
* Rnn models passing.
* Fix improt
* Healpix tests are working
* Domino and unet working
* Add jaxtyping to requirements.txt for crash sample (#1218)
* update license headers- second try
* Update requirements.txt
* Updating to address some test issues
* MGN tests passing again
* Most graphcast tests passing again
* Move nd conv layers.
* update fengwu and pangu
* Update sfno and pix2pix test
* update tests for figconvnet, swinrnn, superresnet
* updating more models to pass
* Update distributed tests, now passing.
* Domain parallel tests now passing.
* Fix active learning imports so tests pass in refactor
* Fix some metric imports
* Remove deploy package
* Remove unused test file
* unmigrate these files ... again?
* Update import linter.
---------
Co-authored-by: Mohammad Amin Nabian <[email protected]>
Co-authored-by: Yongming Ding <[email protected]>1 parent 32e1dce commit b9aa3dd
File tree
159 files changed
+621
-1283
lines changed- docs/img/crash
- examples
- multi_storage_client
- structural_mechanics/crash
- physicsnemo
- active_learning
- core
- deploy/onnx
- domain_parallel
- custom_ops
- shard_utils
- experimental
- models/dit
- models
- dlwp
- dpot
- fengwu
- graphcast
- utils
- meshgraphnet
- pangu
- pix2pix
- srrn
- swinvrnn
- transolver
- nn/gnn_layers
- utils
- test
- active_learning
- deploy
- distributed
- domain_parallelism
- models
- ops
- domain_parallel
- models
- ops
- metrics
- models
- afno
- data
- diffusion
- dlwp
- data
- fengwu
- data
- figconvnet
- data
- graphcast
- data
- utils
- meshgraphnet
- data
- mlp
- data
- pangu
- data
- pix2pix
- data
- sfno
- data
- super_res_net
- data
- swinrnn
- data
- topodiff
- data
- transolver
- data
- nn
- plugins
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
159 files changed
+621
-1283
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
| |||
72 | 80 | | |
73 | 81 | | |
74 | 82 | | |
75 | | - | |
76 | 83 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 32 | | |
40 | 33 | | |
41 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments