-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Regarding the training of cub200, I followed all the parameter settings of the source code. I first loaded cc_learned.pth and started training. According to the paper, this should be the VQ-diffusion-F model. After training up to 300epoch, I observed that the val loss has almost stabilized and tested it on 299epoch. But the test result is very bad with a fid of 28. I am curious why this is the case.
My test command is:
VQ_Diffusion_model.inference_generate_sample_with_condition(data,truncation_rate=1.0, save_root="pre/ep299_tr1_gs5",batch_size=1, guidance_scale=5.0)
Here is the tensorboard and the visualization of test result:
I also tried to train VQ-diffusion-B which has no pretrained model. But the result is worse.
Does anyone encounter the same problem?

