carmelog commited on
Commit
4735024
·
verified ·
1 Parent(s): c7ccfa6

readme: add example surrogate-modeling results figures

Browse files
.gitattributes CHANGED
@@ -18,3 +18,5 @@
18
  *.png binary
19
  *.jpg binary
20
  *.jpeg binary
 
 
 
18
  *.png binary
19
  *.jpg binary
20
  *.jpeg binary
21
+ docs/images/transolver_hohlraum.png filter=lfs diff=lfs merge=lfs -text
22
+ docs/images/transolver_lattice.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -99,6 +99,22 @@ After extraction you'll have `mesh/lattice/<name>.pmsh/` and
99
  `mesh/hohlraum/<name>.pmsh/` directories, each loadable with PhysicsNeMo's
100
  `Mesh` API alongside the matching `<name>.attrs.json` sidecar.
101
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  ## Dataset Owner(s):
103
  NVIDIA Corporation
104
 
 
99
  `mesh/hohlraum/<name>.pmsh/` directories, each loadable with PhysicsNeMo's
100
  `Mesh` API alongside the matching `<name>.attrs.json` sidecar.
101
 
102
+ ## Example surrogate-modeling results
103
+
104
+ The figures below are produced by the
105
+ [PhysicsNeMo radiation-transport example](https://github.com/NVIDIA/physicsnemo/tree/main/examples/nuclear_engineering/radiation_transport)
106
+ on one held-out test sample per benchmark. Each panel shows the
107
+ ground-truth final-time scalar flux, the Transolver prediction, and the
108
+ absolute error, sharing the same color scale within a row.
109
+
110
+ ![Lattice: target, prediction, absolute error of final-time flux](docs/images/transolver_lattice.png)
111
+
112
+ ![Hohlraum: target, prediction, absolute error of final-time flux](docs/images/transolver_hohlraum.png)
113
+
114
+ See the example's `README.md` for the training recipe, inference
115
+ commands, and the QoI / per-region metrics that accompany these
116
+ predictions.
117
+
118
  ## Dataset Owner(s):
119
  NVIDIA Corporation
120
 
docs/images/transolver_hohlraum.png ADDED

Git LFS Details

  • SHA256: 214617040291f31bd0d0014bea0b6047923a04e77c25f41ea9cc4a9d2d35b324
  • Pointer size: 131 Bytes
  • Size of remote file: 482 kB
docs/images/transolver_lattice.png ADDED

Git LFS Details

  • SHA256: fe455b47403daeb9c3ff427f9c511ee86d1f2cecbad99b2c6ebd9aece05ca965
  • Pointer size: 131 Bytes
  • Size of remote file: 623 kB