Skip to content

Commit

Permalink
Switch stack and epochs in json for well-performing default
Browse files Browse the repository at this point in the history
  • Loading branch information
RylieWeaver committed Dec 28, 2024
1 parent a9f3652 commit 26b196e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/LennardJones/LJ.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"periodic_boundary_conditions": true,
"global_attn_engine": "",
"global_attn_type": "",
"mpnn_type": "EGNN",
"mpnn_type": "DimeNet",
"radius": 5.0,
"max_neighbours": 5,
"int_emb_size": 32,
Expand Down Expand Up @@ -61,7 +61,7 @@
"output_names": ["graph_energy"]
},
"Training": {
"num_epoch": 15,
"num_epoch": 25,
"batch_size": 64,
"perc_train": 0.7,
"patience": 20,
Expand Down

0 comments on commit 26b196e

Please sign in to comment.