CSE 153/253 Spring 2025
Follow the instructions here.
conda env create --file=environment.ymlThis will create a local conda environment named "ldmg".
Run the following to activate the conda environment.
conda activate ldmgwget https://os.unil.cloud.switch.ch/fma/fma_medium.zip
unzip fma_medium.zip
This will also create an additional directory lightning_logs
python train.py --mode=VAE --checkpoint=<path_to_checkpoint> --data_path=<path_to_data>python train.py --mode=LDM --vae_checkpoint=<path_to_vae_checkpoint> --checkpoint=<path_to_checkpoint> --data_path=<path_to_data>tensorboard --logdir lightning_logs/