File size: 1,068 Bytes
fc6ca22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "train_dataset": "./data/train_dataset.csv",
    "valid_dataset": "./data/eval_dataset.csv",
    "train_duration": 3.0,
    "valid_test_duration": 3.0,
    "dataset_chunk_size": 4096,
    "train_loader_length": null,
    "sample_rate": 44100,
    "lr_sample_rate": 4000,
    "batch_size": 64,
    "num_workers": 16,
    "num_epochs": 500,
    "steps_per_sampler": 500000,
    "learning_rate": 3e-05,
    "model_sample_size": 280,
    "in_channels": 2048,
    "out_channels": 1024,
    "model_dim": 768,
    "layers_num": 6,
    "nq": null,
    "adam_beta1": 0.9,
    "adam_beta2": 0.999,
    "adam_weight_decay": 0.01,
    "adam_epsilon": 1e-08,
    "lr_scheduler_type": "cosine",
    "num_warmup_steps": 0,
    "gradient_accumulation_steps": 1,
    "max_train_steps": 250000000,
    "num_train_epochs": 500,
    "device": "cuda",
    "experiment_dir": "./exp",
    "experiment_name": "baseline_exp1",
    "checkpoint_dir": "checkpoints",
    "test_output_dir": "test_outputs",
    "codec_weight_path": "/root/.cache/descript/dac/weights_44khz_8kbps_0.0.1.pth"
}