Skip to content

Commit

Permalink
Update finetune.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Rhodes <[email protected]>
  • Loading branch information
zhiyil1230 and benrhodes26 authored Sep 11, 2024
1 parent 6edb286 commit 5bc16a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def main():
"--data_path",
default=os.path.join(os.getcwd(), "datasets/mptraj/finetune.db"),
type=str,
help="Dataset path.",
help="Dataset path to an ASE sqlite database (you must convert your data into this format).",
)
parser.add_argument(
"--num_workers", default=8, type=int, help="Number of workers for data loader."
Expand Down

0 comments on commit 5bc16a2

Please sign in to comment.