Skip to content
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

Update PaddlePaddle options in docs #501

Merged
merged 2 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/qs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you plot PyTorch's result together with CVODE's result, the graph is expected

Visualisation of 0D results from PyTorch and CVODE integrators


.. Note:: If you prefer using the PaddlePaddle framework, you can refer to examples stored in `$HOME/deepflame-dev/examples/dfLowMachFoam/paddle`.

DeepFlame without DNN
------------------------------
Expand Down
6 changes: 5 additions & 1 deletion docs/source/qs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Finally you can build and install DeepFlame:

Other Options
-------------------------------
DeepFlame also provides users with full GPU version and CVODE (no DNN version) options.
DeepFlame also provides users with full GPU version, CVODE (no DNN version) and PaddlePaddle options.

**1. If you just need DeepFlame's CVODE solver without DNN model, just install LibCantera via** `conda <https://docs.conda.io/en/latest/miniconda.html#linux-installers>`_.

Expand Down Expand Up @@ -236,3 +236,7 @@ Compilition of solvers are separated. Choose the solver you want to use and then
cmake -B build
cd build
make install

**4. If you prefer using the PaddlePaddle framework for DNN model training and inference:**

Please ensure that PaddlePaddle has been successfully installed. You can refer to the official `PaddlePaddle <https://www.paddlepaddle.org.cn/>`_ website for installation instructions.
Loading