few-shot-diffusion
few-shot-diffusion copied to clipboard
data_path都是source_data吗
Step 1: To train the basic diffusion model, you can run the following code
python3 train.py --data_path=path_to_dataset Step 2: After the basic diffusion model is obtained, you can train phasic content fusing module by:
python3 train-recon.py --data_path=$path_to_dataset --ckpt=$path_to_basic_diffusion_checkpoint where $path_to_basic_diffusion_checkpoint is the path to the pretrained diffusion model on the source domain.
这一段中的data_path都是source_data吗?还是step2不是source呢?