Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skoohy authored Apr 12, 2023
1 parent c80851d commit 751c2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The Klein-Gordon, Allen-Cahn, and Burgers' equation files are currently availabl

Changing the number of neurons one may want to grow the GPT-PINN up to is very straightforward. Simply modify the `number_of_neurons` variable (Line 72 in `AC_main.py`, Line 58 in `KG_main.py`, and Line 48 in `B_main.py`). As a default setting, once the total number of neurons is achieved, the GPT-PINN is trained once more in order to find the largest loss obtained (at 200 epochs) using the final number of neurons. This is done to give more information about the final state of the GPT-PINN. In order to use the GPT-PINN (in its final form) there is no need to find the largest loss once the final activation function is added. This feature can be turned off by setting `train_final_gpt=False` (Line 71 in `AC_main.py`, Line 57 in `KG_main.py`, and Line 47 in `B_main.py`).

<We've improved the overall run time of the GPT-PINN (as compared to what is presented in the current paper version) by implementing more methods of vectorization into the code. These changes are presented below:>
#We've improved the overall run time of the GPT-PINN (as compared to what is presented in the current paper version) by implementing more methods of vectorization into the code. These changes are presented below:

![Image 2](fig/KG_t1.png)

Expand Down

0 comments on commit 751c2e0

Please sign in to comment.