Skip to content

Commit

Permalink
model.pt -> model.ckpt.pt
Browse files Browse the repository at this point in the history
Signed-off-by: zjgemi <[email protected]>
  • Loading branch information
zjgemi committed Mar 22, 2024
1 parent 10ba65a commit a409d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpgen2/op/run_dp_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def clean_before_quit():
raise FatalError("dp freeze failed")
model_file = "frozen_model.pb"
elif impl == "pytorch":
model_file = "model.pt"
model_file = "model.ckpt.pt"
fplog.write("#=================== freeze std out ===================\n")
fplog.write(out)
fplog.write("#=================== freeze std err ===================\n")
Expand Down

0 comments on commit a409d47

Please sign in to comment.