ACEsuit / mace

MACE - Fast and accurate machine learning interatomic potentials with higher order equivariant message passing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

argparse should report defaults when using --help

bernstei opened this issue · comments

Might be nice if run_train.py used argparse.ArgumentDefaultsHelpFormatter (https://docs.python.org/3/library/argparse.html#formatter-class) so defaults are easier for the user to discover.