SFT dataset
Hello, can you tell me what kind of data I need for SFT training and where to put it
This happens every time in SFT training
Hi. The reason is that your data path is not correct. You need to change the path in the config file accordingly, e.g., here. For data details, you may refer to our paper.
Has anyone encountered this problem,when training the CFW,
python main.py --train --base configs/autoencoder/autoencoder_kl_64x64x4_resi.yaml --gpus GPU_ID, --name NAME --scale_lr False
the dataset of latents and samples are saved like this:
latents:
samples:
and the gts of my dataset is the png, with the size(512,512)
the inputs is the png, with the size(128,128)
Hi. The inputs should be the same size as gts.