inLine-XJY commited on
Commit
8f16e99
1 Parent(s): 261564c

Update configs/audiolcm.yaml

Browse files
Files changed (1) hide show
  1. configs/audiolcm.yaml +3 -3
configs/audiolcm.yaml CHANGED
@@ -50,7 +50,7 @@ model:
50
  params:
51
  embed_dim: 20
52
  monitor: val/rec_loss
53
- ckpt_path: ../logs/trainae/ckpt/epoch=000032.ckpt
54
  ddconfig:
55
  double_z: true
56
  in_channels: 80
@@ -73,7 +73,7 @@ model:
73
  cond_stage_config:
74
  target: ldm.modules.encoders.modules.FrozenCLAPFLANEmbedder
75
  params:
76
- weights_path: ../useful_ckpts/CLAP/CLAP_weights_2022.pth
77
 
78
  lightning:
79
  callbacks:
@@ -90,7 +90,7 @@ lightning:
90
  vocoder_cfg:
91
  target: vocoder.bigvgan.models.VocoderBigVGAN
92
  params:
93
- ckpt_vocoder: ../vocoder/logs/bigvnat16k93.5w
94
  trainer:
95
  benchmark: True
96
  gradient_clip_val: 1.0
 
50
  params:
51
  embed_dim: 20
52
  monitor: val/rec_loss
53
+ ckpt_path: ./model/AutoencoderKL/epoch=000032.ckpt
54
  ddconfig:
55
  double_z: true
56
  in_channels: 80
 
73
  cond_stage_config:
74
  target: ldm.modules.encoders.modules.FrozenCLAPFLANEmbedder
75
  params:
76
+ weights_path: ./model/FrozenCLAPFLANEmbedder/CLAP_weights_2022.pth
77
 
78
  lightning:
79
  callbacks:
 
90
  vocoder_cfg:
91
  target: vocoder.bigvgan.models.VocoderBigVGAN
92
  params:
93
+ ckpt_vocoder: ./vocoder/logs/bigvnat16k93.5w
94
  trainer:
95
  benchmark: True
96
  gradient_clip_val: 1.0