Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thangckt committed May 9, 2024
1 parent a500987 commit 35b2713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpgen/generator/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def run_train(iter_index, jdata, mdata):
)

train_command = mdata.get("train_command", "dp").strip()
# assert train_command == "dp", "The 'train_command' should be 'dp'" # should modify tests for this command
# assert train_command == "dp", "The 'train_command' should be 'dp'" # the tests should be updated to run this command
if suffix == ".pb":
train_command += " --tf"
elif suffix == ".pth":
Expand Down

0 comments on commit 35b2713

Please sign in to comment.