Skip to content

Commit

Permalink
tran: reduce memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed May 18, 2024
1 parent 43d7a83 commit cbe6df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
train_project="supervoice-enhance"
train_datasets = ["./external_datasets/libritts-r/dev-clean"]
train_eval_datasets = ["./external_datasets/libritts-r/test-clean/"]
train_duration = 15
train_duration = 10
train_source_experiment = None
train_auto_resume = True
train_batch_size = 5 # Per GPU
Expand Down

0 comments on commit cbe6df3

Please sign in to comment.