Skip to content

Commit ec43304

Browse files
committed
add option pt_train_file == "mp"
1 parent 49fb8b2 commit ec43304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mace/cli/run_train.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def run(args: argparse.Namespace) -> None:
265265
args.loss = "universal"
266266
if (
267267
args.foundation_model in ["small", "medium", "large"]
268-
or args.pt_train_file is None
268+
or args.pt_train_file == "mp"
269269
):
270270
logging.info(
271271
"Using foundation model for multiheads finetuning with Materials Project data"

0 commit comments

Comments
 (0)