Skip to content

Commit

Permalink
Merge pull request #716 from ACEsuit/develop
Browse files Browse the repository at this point in the history
add option pt_train_file == "mp"
  • Loading branch information
ilyes319 authored Nov 25, 2024
2 parents 2587430 + ec43304 commit cf6a4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mace/cli/run_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def run(args: argparse.Namespace) -> None:
args.loss = "universal"
if (
args.foundation_model in ["small", "medium", "large"]
or args.pt_train_file is None
or args.pt_train_file == "mp"
):
logging.info(
"Using foundation model for multiheads finetuning with Materials Project data"
Expand Down

0 comments on commit cf6a4b5

Please sign in to comment.