xuerongkun commited on
Commit
71fd565
·
1 Parent(s): 4f351a1
Files changed (1) hide show
  1. config.yaml +151 -0
config.yaml ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # lightning.pytorch==2.2.5
2
+ seed_everything: 0
3
+ trainer:
4
+ accelerator: gpu
5
+ strategy: ddp_find_unused_parameters_true
6
+ devices: 8
7
+ num_nodes: 1
8
+ precision: 32
9
+ logger:
10
+ class_path: lightning.pytorch.loggers.WandbLogger
11
+ init_args:
12
+ name: mel_big
13
+ save_dir: vq_audio_simvq_bert_mel/8k_ration_20_loss
14
+ version: null
15
+ offline: false
16
+ dir: null
17
+ id: null
18
+ anonymous: null
19
+ project: endresult_tmp
20
+ log_model: false
21
+ experiment: null
22
+ prefix: ''
23
+ checkpoint_name: null
24
+ job_type: null
25
+ config: null
26
+ entity: null
27
+ reinit: null
28
+ tags: null
29
+ group: null
30
+ notes: null
31
+ magic: null
32
+ config_exclude_keys: null
33
+ config_include_keys: null
34
+ mode: null
35
+ allow_val_change: null
36
+ resume: null
37
+ force: null
38
+ tensorboard: null
39
+ sync_tensorboard: null
40
+ monitor_gym: null
41
+ save_code: null
42
+ fork_from: null
43
+ resume_from: null
44
+ settings: null
45
+ callbacks:
46
+ - class_path: lightning.pytorch.callbacks.ModelCheckpoint
47
+ init_args:
48
+ dirpath: vq_audio_simvq_bert_mel/8k_ration_20_loss
49
+ filename: null
50
+ monitor: null
51
+ verbose: false
52
+ save_last: null
53
+ save_top_k: -1
54
+ save_weights_only: false
55
+ mode: min
56
+ auto_insert_metric_name: true
57
+ every_n_train_steps: null
58
+ train_time_interval: null
59
+ every_n_epochs: null
60
+ save_on_train_epoch_end: null
61
+ enable_version_counter: true
62
+ - class_path: lightning.pytorch.callbacks.LearningRateMonitor
63
+ init_args:
64
+ logging_interval: step
65
+ log_momentum: false
66
+ log_weight_decay: false
67
+ fast_dev_run: false
68
+ max_epochs: 50
69
+ min_epochs: null
70
+ max_steps: -1
71
+ min_steps: null
72
+ max_time: null
73
+ limit_train_batches: null
74
+ limit_val_batches: null
75
+ limit_test_batches: null
76
+ limit_predict_batches: null
77
+ overfit_batches: 0.0
78
+ val_check_interval: null
79
+ check_val_every_n_epoch: 1
80
+ num_sanity_val_steps: 0
81
+ log_every_n_steps: 100
82
+ enable_checkpointing: null
83
+ enable_progress_bar: null
84
+ enable_model_summary: null
85
+ accumulate_grad_batches: 1
86
+ gradient_clip_val: null
87
+ gradient_clip_algorithm: null
88
+ deterministic: null
89
+ benchmark: null
90
+ inference_mode: true
91
+ use_distributed_sampler: true
92
+ profiler: null
93
+ detect_anomaly: false
94
+ barebones: false
95
+ plugins: null
96
+ sync_batchnorm: false
97
+ reload_dataloaders_every_n_epochs: 0
98
+ default_root_dir: null
99
+ model:
100
+ class_path: taming.models.vq_audio_simvq_mel.VQModel
101
+ init_args:
102
+ ddconfig:
103
+ causal: true
104
+ dimension: 512
105
+ ratios:
106
+ - 8
107
+ - 8
108
+ - 4
109
+ - 4
110
+ lossconfig:
111
+ target: taming.modules.losses.stft_simvq_mel.VQSTFTWithDiscriminator
112
+ params:
113
+ disc_conditional: false
114
+ disc_in_channels: 1
115
+ disc_start: 0
116
+ codebook_enlarge_ratio: 0
117
+ codebook_enlarge_steps: 2000
118
+ sample_rate: 24000
119
+ commit_weight: 1000.0
120
+ gen_loss_weight: 1.0
121
+ mel_loss_coeff: 45.0
122
+ mrd_loss_coeff: 1.0
123
+ quantconfig: null
124
+ sample_rate: 24000
125
+ target_bandwidths: null
126
+ audio_normalize: false
127
+ segment: None
128
+ ckpt_path: null
129
+ ignore_keys: []
130
+ colorize_nlabels: null
131
+ monitor: null
132
+ learning_rate: 0.0001
133
+ warmup_epochs: 1.0
134
+ scheduler_type: None
135
+ min_learning_rate: 0
136
+ use_ema: true
137
+ stage: null
138
+ data:
139
+ class_path: taming.data.speechtokenizer_24k.SpeechTokenizerDataModule
140
+ init_args:
141
+ batch_size: 6
142
+ num_workers: 8
143
+ train_path:
144
+ - /mnt/nfs3/zhangjinouwen/dataset/rep/rep_small_mel_hubert_train.txt
145
+ - /mnt/nfs3/zhangjinouwen/dataset/rep/rep_middle_mel_hubert_train.txt
146
+ - /mnt/nfs3/zhangjinouwen/dataset/rep/rep_Emila1_mel_hubert_train.txt
147
+ - /mnt/nfs3/zhangjinouwen/dataset/rep/rep_vc_mel_hubert_train.txt
148
+ val_path: /mnt/nfs3/zhangjinouwen/dataset/rep/rep_small_wav_eval.txt
149
+ optimizer: null
150
+ lr_scheduler: null
151
+ ckpt_path: null