Skip to content

Commit

Permalink
added gMLP_norm option if gMLP is used at read_out
Browse files Browse the repository at this point in the history
  • Loading branch information
BowenD-UCB committed Sep 21, 2023
1 parent b59d301 commit 195d48c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chgnet/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def __init__(
hidden_dim=mlp_hidden_dims,
output_dim=mlp_hidden_dims[-1],
dropout=mlp_dropout,
norm=gMLP_norm,
activation=non_linearity,
),
nn.Linear(in_features=mlp_hidden_dims[-1], out_features=1),
Expand Down

0 comments on commit 195d48c

Please sign in to comment.