NuayHL / TimeStepGenerating

Codes for https://arxiv.org/abs/2411.11016
MIT License
3 stars 0 forks source link

Working with new datasets #1

Open JaynouOliver opened 1 day ago

JaynouOliver commented 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

NuayHL commented 1 day ago

Guidance for using custom datasets has been added to the README. You can find it in section "Custom Dataset" under "Download Dataset".