redcp
Results
5
issues of
redcp
你好,我想请问morph 80%train-20%test的时候使用的是那5493张白人 还是全部的5w多张? 如果是5493张白人的,能否提供对应的filelist? 感谢感谢!
In the diffusion.py file, during uniform sampling, the sequence is obtained as follows: skip = self.num_timesteps // self.args.timesteps seq = range(0, self.num_timesteps, skip) However, when sampling 10 steps, the generated...