Hi,yu
Thanks for the great work!
Do you plan a code refresh in the near future to bring everything in sync?
Currently, when I try to launch LDM training from a fresh clone, I run into two blockers:
-
Missing source files
joinaudiodataset_anylen.py is missing but required in file main.py. I found some files with same name in https://huggingface.co/spaces/AIGC-Audio/AudioLCM/tree/48feb046bd44a3f5ae913ce6b885be611fd1a8c4/ldm/data
-
Incomplete YAML configs
The autoencoder configs (for example ae_accomp.yaml) omit the mandatory lossconfig section, so AutoencoderKL(...) raises
TypeError: missing 1 required positional argument: 'lossconfig'
Could you please let us know if an updated release is on the way?
Thanks!