Skip to content

Commit

Permalink
docs: set precision explicitly in the DPA-2 example
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Nov 17, 2024
1 parent 0ad4289 commit 04c883a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/water/dpa2/input_torch_large.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"g1_out_conv": true,
"g1_out_mlp": true
},
"precision": "float64",
"add_tebd_to_repinit_out": false
},
"fitting_net": {
Expand All @@ -60,6 +61,7 @@
240
],
"resnet_dt": true,
"precision": "float64",
"seed": 1,
"_comment": " that's all"
},
Expand Down
2 changes: 2 additions & 0 deletions examples/water/dpa2/input_torch_medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"g1_out_conv": true,
"g1_out_mlp": true
},
"precision": "float64",
"add_tebd_to_repinit_out": false
},
"fitting_net": {
Expand All @@ -60,6 +61,7 @@
240
],
"resnet_dt": true,
"precision": "float64",
"seed": 1,
"_comment": " that's all"
},
Expand Down
2 changes: 2 additions & 0 deletions examples/water/dpa2/input_torch_small.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"g1_out_conv": true,
"g1_out_mlp": true
},
"precision": "float64",
"add_tebd_to_repinit_out": false
},
"fitting_net": {
Expand All @@ -60,6 +61,7 @@
240
],
"resnet_dt": true,
"precision": "float64",
"seed": 1,
"_comment": " that's all"
},
Expand Down

0 comments on commit 04c883a

Please sign in to comment.