VinAIResearch / WaveDiff

Official Pytorch Implementation of the paper: Wavelet Diffusion Models are fast and scalable Image Generators (CVPR'23)
GNU Affero General Public License v3.0
366 stars 28 forks source link

ValueError: batch_size should be a positive integer value, but got batch_size=0 #14

Open abdullah22842 opened 1 month ago

abdullah22842 commented 1 month ago

Hi,

I am getting this error when i try to find FID, although batch_size is 100. "but got batch_size={}".format(batch_size)) ValueError: batch_size should be a positive integer value, but got batch_size=0