"llm/llama.cpp/ggml/src/ggml-cuda/tsembd.cuh" did not exist on "ecd2f176277db4f074e25a2c3646b04b51cec119"
train.yaml 433 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
path:
  ckpt_path: "./output/ckpt/LibriTTS"
  log_path: "./output/log/LibriTTS"
  result_path: "./output/result/LibriTTS"
optimizer:
  batch_size: 16
  betas: [0.9, 0.98]
  eps: 0.000000001
  weight_decay: 0.0
  grad_clip_thresh: 1.0
  grad_acc_step: 1
  warm_up_step: 4000
  anneal_steps: [300000, 400000, 500000]
  anneal_rate: 0.3
step:
  total_step: 900000
  log_step: 100
  synth_step: 1000
  val_step: 1000
  save_step: 100000