few-shot-diffusion
few-shot-diffusion copied to clipboard
phasic content fusing model
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
So, we only use source dataset to train the phasic content fusing module?
How should it be related to Figure 2 in the paper?