Skip to content

Commit 8653fe3

Browse files
committed
revert back to original config file
1 parent 5d14d62 commit 8653fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wavtokenizer/configs/wavtokenizer_smalldata_frame75_3s_nq1_code4096_dim512_kmeans200_attn.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
filelist_path: ./data/train/libritts_train
88
sampling_rate: 24000
99
num_samples: 72000
10-
batch_size: 5 # 20
10+
batch_size: 40 # 20
1111
num_workers: 8
1212

1313
val_params:
@@ -88,6 +88,6 @@ trainer:
8888
# You might want to limit val batches when evaluating all the metrics, as they are time-consuming
8989
limit_val_batches: 100
9090
accelerator: gpu
91-
strategy: auto #ddp
92-
devices: 1 #[0,1,2,3,4,5,6,7]
91+
strategy: ddp
92+
devices: [0,1,2,3,4,5,6,7]
9393
log_every_n_steps: 1000

0 commit comments

Comments
 (0)