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 083ad45 commit a500987
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'"
# assert train_command == "dp", "The 'train_command' should be 'dp'" # should modify tests for this command
if suffix == ".pb":
train_command += " --tf"
elif suffix == ".pth":
Expand Down

0 comments on commit a500987

Please sign in to comment.