File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111## What is the recommended hardware for training using PhysicsNeMo framework?
1212
1313Please refer to the recommended hardware section:
14- [ System Requirments ] ( https://docs.nvidia.com/deeplearning/physicsnemo/getting-started/index.html#system-requirements )
14+ [ System Requirements ] ( https://docs.nvidia.com/deeplearning/physicsnemo/getting-started/index.html#system-requirements )
1515
1616## What model architectures are in PhysicsNeMo?
1717
1818Nvidia PhysicsNeMo is built on top of PyTorch and you can build and train any model
1919architecture you want in PhysicsNeMo. PhysicsNeMo however has a catalog of models that
2020have been packaged in a configurable form to make it easy to retrain with new data or certain
2121config parameters. Examples include GNNs like MeshGraphNet or Neural Operators like FNO.
22- PhysicsNeMo samples have more models that illustrate how a specific approach with a specifc
22+ PhysicsNeMo samples have more models that illustrate how a specific approach with a specific
2323model architecture can be applied to a specific problem.
2424These are reference starting points for users to get started.
2525
@@ -47,7 +47,7 @@ that illustrates the concept.
4747
4848## What can I do if I dont see a PDE in PhysicsNeMo?
4949
50- PhysicsNeMo Symbolic provides a well documeted
50+ PhysicsNeMo Symbolic provides a well documented
5151[ example] ( https://docs.nvidia.com/deeplearning/physicsnemo/physicsnemo-sym/user_guide/foundational/1d_wave_equation.html#writing-custom-pdes-and-boundary-initial-conditions )
5252that walks you through how to define a custom PDE. Please see the source [ here] ( https://github.com/NVIDIA/physicsnemo-sym/tree/main/physicsnemo/sym/eq/pdes )
5353to see the built-in PDE implementation as an additional reference for your own implementation.
You can’t perform that action at this time.
0 commit comments