You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/demos/pinn_forward/helmholtz.2d.neumann.hole.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ First, the DeepXDE, Numpy and Matplotlib modules are imported:
54
54
import matplotlib.pyplot as plt
55
55
import numpy as np
56
56
57
-
We begin by defining the general parameters for the problem. We use a collocation points density of 15 (resp. 30) points per wavelength for the training (resp. testing) data along each direction. The PINN will be trained over 5000 epochs. We define the learning rate, the number of dense layers and nodes, and the activation function.
57
+
We begin by defining the general parameters for the problem. We use a collocation points density of 15 (resp. 30) points per wavelength for the training (resp. testing) data along each direction. The PINN will be trained over 5000 iterations. We define the learning rate, the number of dense layers and nodes, and the activation function.
0 commit comments