Skip to content

Commit

Permalink
fix model dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct committed Sep 5, 2024
1 parent 017d27f commit 05f109e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wenet/codec/vocos_low_latency/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def main():

# save interval
if i % 2000 == 0:
save_checkpoint(args.model_path, train_state)
save_checkpoint(args.model_dir, train_state)


if __name__ == '__main__':
Expand Down

0 comments on commit 05f109e

Please sign in to comment.