Open JaynouOliver opened 1 day ago
Does it support working with new Datasets?
if I am trying to work with
real_dataset = load_dataset("bitmind/AFHQ") fake_dataset = load_dataset("bitmind/AFHQ___RealVisXL_V4.0")
How shall I setup the folder structure, a bit confused here
Guidance for using custom datasets has been added to the README. You can find it in section "Custom Dataset" under "Download Dataset".
Does it support working with new Datasets?
if I am trying to work with
real_dataset = load_dataset("bitmind/AFHQ")
fake_dataset = load_dataset("bitmind/AFHQ___RealVisXL_V4.0")
How shall I setup the folder structure, a bit confused here