This is the official repository for the DLEST paper.
- Modify the YAML file in the
/configs
directory. - Modify the
dataloader.py
anddataset_util.py
to accommodate your dataset. - Modify
train_alae.py
, setdefault_config=
to use a specific YAML configuration file.
- Modify
train_EBM.py
, setdefault_config=
to use a specific YAML configuration file. - Run
train_EBM.py
to perform training.
- Modify
test_EBM.py
, setdefault_config=
to use YAML configuration file used during training. - Run
test_EBM.py
to perform style translation.
Our code was inspired by the latenet-energy-transport repository.