From 044e03314f3972d76ab157904e44b515ca5a6772 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sun, 17 Nov 2024 20:51:22 -0500 Subject: [PATCH] set precision in input_torch_compressible.json Signed-off-by: Jinzhe Zeng --- examples/water/dpa2/input_torch_compressible.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/water/dpa2/input_torch_compressible.json b/examples/water/dpa2/input_torch_compressible.json index cc34571a11..a9bfdd7b69 100644 --- a/examples/water/dpa2/input_torch_compressible.json +++ b/examples/water/dpa2/input_torch_compressible.json @@ -52,6 +52,7 @@ "g1_out_conv": true, "g1_out_mlp": true }, + "precision": "float64", "add_tebd_to_repinit_out": false }, "fitting_net": { @@ -61,6 +62,7 @@ 240 ], "resnet_dt": true, + "precision": "float64", "seed": 1, "_comment": " that's all" },