Skip to content

Commit

Permalink
2023/10/01-14:57:57 (Linux cray unknown)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbenner committed Oct 1, 2023
1 parent db13c10 commit 69ea2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinationnet/model_gnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self,
# Specify model components
model_config = DefaultGraphCoordinationNetConfig,
# Options for dense layers
layers, **kwargs):
layers = [512, 128, 64, 1], **kwargs):

super().__init__()

Expand Down

0 comments on commit 69ea2b0

Please sign in to comment.