Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
DUCH714 committed Dec 21, 2023
1 parent 5969082 commit c191b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ppsci/arch/uscnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class USCNN(base.Arch):
"""Physics-informed convolutional neural networks.
Args:
input_keys (Tuple[str, ...]): Name of input keys, such as ("x", "y", "z").
output_keys (Tuple[str, ...]):Name of output keys, such as ("u", "v", "w").
input_keys (Tuple[str, ...]): Name of input keys, such as ("coords").
output_keys (Tuple[str, ...]):Name of output keys, such as ("outputV").
hidden_size (Union[int, Tuple[int, ...]]): the hidden channel for convolutional layers
h (float): the spatial step
nx (int): the number of grids along x-axis
Expand Down

0 comments on commit c191b2c

Please sign in to comment.