jhoffman / cycada_release

Code to accompany ICML 2018 paper
BSD 2-Clause "Simplified" License
561 stars 126 forks source link

unaligned_A_labeled file not found #7

Closed Wanger-SJTU closed 1 year ago

Wanger-SJTU commented 6 years ago

In the file __init__.py in folder data, there is

elif opt.dataset_mode == 'unaligned_A_labeled':
    from data.unaligned_A_labeled_dataset import UnalignedALabeledDataset
    dataset = UnalignedALabeledDataset()

but there is not corresponding file found. How could I prepare the dataset? thx.

hankhaohao commented 4 years ago

I also encountered the same problem,I don't know how to produce A_label file