-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: batch_size should be a positive integer value, but got batch_size=0 #106
Comments
I have met with the same problem |
!pip install scipy==1.11.1 solves this issue |
I must mention, I tried it in my local system which threw the same error. but it worked on colab |
I tried this, but it didn't work. Is there any other fix for this error? |
I met with the same problem when I tried to use "save_stats.npy" as the dataset_stats. |
I have this issue as well, and nothing has worked yet. Please advise. |
I had the above issue when I was trying to calculate the FID value between two folder datasets that were all JPEG images internally, but the problem was fixed when I changed the extension of all the images to .jpg. As for the pictures in other formats, I haven't checked them one by one yet, I hope it can help you. |
I had the same problem,and you can check if there are subfolders in the dataset.Then I solved it by this |
No description provided.
The text was updated successfully, but these errors were encountered: